#0E86AA

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

Shades of Cerulean #0E86AA

Tints of Cerulean #0E86AA

Color information

#0E86AA (or 0x0E86AA) is unknown color: approx Cerulean. HEX triplet: 0E, 86 and AA. RGB value is (14,134,170). Sum of RGB (Red+Green+Blue) = 14+134+170=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E86AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E86AA is #F17955. Grayscale: #656565. Windows color (decimal): -15825238 or 11175438. OLE color: 11175438.

HSL color Cylindrical-coordinate representation of color #0E86AA: hue angle of 193.85º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E86AA is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14134170-
CMYK0.920.2100.33
HSL193.85º84.78%36.08%-
HSV(B)193.85º91.76%66.67%-
XYZ15.9620.0541.06-
YUV102.22166.2465.07-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.40%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 170 (66.80% from 255) = 53.46%
R=4.40%
G=42.14%
B=53.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141341700.920.2100.33193.8584.7836.08
HexE86AA5C15021c25524
Octal162062521342504130212544
Binary111010000110101010101011100101010100001110000101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E86AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,134,170); }

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

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

 a { background-color: rgb(14,134,170); }

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

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

 span { border-color: rgb(14,134,170); }

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