#119CD0

Color #119CD0 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #119CD0

Tints of Pacific Blue #119CD0

Color information

#119CD0 (or 0x119CD0) is unknown color: approx Pacific Blue. HEX triplet: 11, 9C and D0. RGB value is (17,156,208). Sum of RGB (Red+Green+Blue) = 17+156+208=381 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.46% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 208 (81.64% from 255 or 54.59% from 381); Max value from RGB is 208 - color contains mainly: blue. Hex color #119CD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119CD0 is #EE632F. Grayscale: #787878. Windows color (decimal): -15622960 or 13671441. OLE color: 13671441.

HSL color Cylindrical-coordinate representation of color #119CD0: hue angle of 196.34º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119CD0 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17156208-
CMYK0.920.2500.18
HSL196.34º84.89%44.12%-
HSV(B)196.34º91.83%81.57%-
XYZ23.528.4563.93-
YUV120.37177.4554.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 4.46%
GREEN value IS 156 (61.33% from 255) = 40.94%
BLUE value IS 208 (81.64% from 255) = 54.59%
R=4.46%
G=40.94%
B=54.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal171562080.920.2500.18196.3484.8944.12
Hex119CD05C19012c4552c
Octal212343201343102230412554
Binary100011001110011010000101110011001010010110001001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119CD0; }

 p { color: rgb(17,156,208); }

 H1.HeaderClassName
 {
   color: #119CD0;
 }
 .AnyTagClassName
 {
   color: #119CD0;
 }
</style>
background-color css

<style>
 a { background-color: #119CD0; }

 a { background-color: rgb(17,156,208); }

 div.DivClassName
 {
   background-color: #119CD0;
 }
 .BgClassName
 {
   background-color: #119CD0;
 }
</style>
border-color css

<style>
 span { border-color: #119CD0; }

 span { border-color: rgb(17,156,208); }

 td.TdClassName
 {
   border-color: #119CD0;
 }
 .TagClassName
 {
   border-color: #119CD0;
 }
</style>