#119EDE

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

Shades of Pacific Blue #119EDE

Tints of Pacific Blue #119EDE

Color information

#119EDE (or 0x119EDE) is unknown color: approx Pacific Blue. HEX triplet: 11, 9E and DE. RGB value is (17,158,222). Sum of RGB (Red+Green+Blue) = 17+158+222=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #119EDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119EDE is #EE6121. Grayscale: #7A7A7A. Windows color (decimal): -15622434 or 14589457. OLE color: 14589457.

HSL color Cylindrical-coordinate representation of color #119EDE: hue angle of 198.73º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119EDE is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17158222-
CMYK0.920.2900.13
HSL198.73º85.77%46.86%-
HSV(B)198.73º92.34%87.06%-
XYZ25.6429.8573.52-
YUV123.14183.7952.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.28%
GREEN value IS 158 (62.11% from 255) = 39.80%
BLUE value IS 222 (87.11% from 255) = 55.92%
R=4.28%
G=39.80%
B=55.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171582220.920.2900.13198.7385.7746.86
Hex119EDE5C1D0Dc7562f
Octal212363361343501530712657
Binary10001100111101101111010111001110101101110001111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,158,222); }

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

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

 a { background-color: rgb(17,158,222); }

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

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

 span { border-color: rgb(17,158,222); }

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