#086A9E

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

Shades of Cerulean #086A9E

Tints of Cerulean #086A9E

Color information

#086A9E (or 0x086A9E) is unknown color: approx Cerulean. HEX triplet: 08, 6A and 9E. RGB value is (8,106,158). Sum of RGB (Red+Green+Blue) = 8+106+158=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #086A9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086A9E is #F79561. Grayscale: #525252. Windows color (decimal): -16225634 or 10381832. OLE color: 10381832.

HSL color Cylindrical-coordinate representation of color #086A9E: hue angle of 200.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086A9E is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8106158-
CMYK0.950.3300.38
HSL200.8º90.36%32.55%-
HSV(B)200.8º94.94%61.96%-
XYZ11.4312.8334.22-
YUV82.63170.5374.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.94%
GREEN value IS 106 (41.80% from 255) = 38.97%
BLUE value IS 158 (62.11% from 255) = 58.09%
R=2.94%
G=38.97%
B=58.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81061580.950.3300.38200.890.3632.55
Hex86A9E5F21026c95a21
Octal101522361374104631113241
Binary100011010101001111010111111000010100110110010011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086A9E; }

 p { color: rgb(8,106,158); }

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

<style>
 a { background-color: #086A9E; }

 a { background-color: rgb(8,106,158); }

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

<style>
 span { border-color: #086A9E; }

 span { border-color: rgb(8,106,158); }

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