#086AAD

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

Shades of Cerulean #086AAD

Tints of Cerulean #086AAD

Color information

#086AAD (or 0x086AAD) is unknown color: approx Cerulean. HEX triplet: 08, 6A and AD. RGB value is (8,106,173). Sum of RGB (Red+Green+Blue) = 8+106+173=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #086AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086AAD is #F79552. Grayscale: #535353. Windows color (decimal): -16225619 or 11364872. OLE color: 11364872.

HSL color Cylindrical-coordinate representation of color #086AAD: hue angle of 204.36º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086AAD is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8106173-
CMYK0.950.3900.32
HSL204.36º91.16%35.49%-
HSV(B)204.36º95.38%67.84%-
XYZ12.813.3841.44-
YUV84.34178.0373.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.79%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 173 (67.97% from 255) = 60.28%
R=2.79%
G=36.93%
B=60.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81061730.950.3900.32204.3691.1635.49
Hex86AAD5F27020cc5b23
Octal101522551374704031413343
Binary100011010101010110110111111001110100000110011001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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