#119EE0

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

Shades of Pacific Blue #119EE0

Tints of Pacific Blue #119EE0

Color information

#119EE0 (or 0x119EE0) is unknown color: approx Pacific Blue. HEX triplet: 11, 9E and E0. RGB value is (17,158,224). Sum of RGB (Red+Green+Blue) = 17+158+224=399 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.26% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #119EE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119EE0 is #EE611F. Grayscale: #7A7A7A. Windows color (decimal): -15622432 or 14720529. OLE color: 14720529.

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

Color convert

RGB17158224-
CMYK0.920.2900.12
HSL199.13º85.89%47.25%-
HSV(B)199.13º92.41%87.84%-
XYZ25.9129.9574.94-
YUV123.36184.7952.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.26%
GREEN value IS 158 (62.11% from 255) = 39.60%
BLUE value IS 224 (87.89% from 255) = 56.14%
R=4.26%
G=39.60%
B=56.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal171582240.920.2900.12199.1385.8947.25
Hex119EE05C1D0Cc7562f
Octal212363401343501430712657
Binary10001100111101110000010111001110101100110001111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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