#0EA1C6

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

Shades of Pacific Blue #0EA1C6

Tints of Pacific Blue #0EA1C6

Color information

#0EA1C6 (or 0x0EA1C6) is unknown color: approx Pacific Blue. HEX triplet: 0E, A1 and C6. RGB value is (14,161,198). Sum of RGB (Red+Green+Blue) = 14+161+198=373 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.75% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 198 (77.73% from 255 or 53.08% from 373); Max value from RGB is 198 - color contains mainly: blue. Hex color #0EA1C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA1C6 is #F15E39. Grayscale: #787878. Windows color (decimal): -15818298 or 13017358. OLE color: 13017358.

HSL color Cylindrical-coordinate representation of color #0EA1C6: hue angle of 192.07º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EA1C6 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14161198-
CMYK0.930.1900.22
HSL192.07º86.79%41.57%-
HSV(B)192.07º92.93%77.65%-
XYZ23.1229.6657.93-
YUV121.26171.351.49-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.75%
GREEN value IS 161 (63.28% from 255) = 43.16%
BLUE value IS 198 (77.73% from 255) = 53.08%
R=3.75%
G=43.16%
B=53.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal141611980.930.1900.22192.0786.7941.57
HexEA1C65D13016c0572a
Octal162413061352302630012752
Binary11101010000111000110101110110011010110110000001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EA1C6; }

 p { color: rgb(14,161,198); }

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

<style>
 a { background-color: #0EA1C6; }

 a { background-color: rgb(14,161,198); }

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

<style>
 span { border-color: #0EA1C6; }

 span { border-color: rgb(14,161,198); }

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