#086AAF

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

Shades of Cerulean #086AAF

Tints of Cerulean #086AAF

Color information

#086AAF (or 0x086AAF) is unknown color: approx Cerulean. HEX triplet: 08, 6A and AF. RGB value is (8,106,175). Sum of RGB (Red+Green+Blue) = 8+106+175=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #086AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086AAF is #F79550. Grayscale: #545454. Windows color (decimal): -16225617 or 11495944. OLE color: 11495944.

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

Color convert

RGB8106175-
CMYK0.950.3900.31
HSL204.79º91.26%35.88%-
HSV(B)204.79º95.43%68.63%-
XYZ12.9913.4542.47-
YUV84.56179.0373.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.77%
GREEN value IS 106 (41.80% from 255) = 36.68%
BLUE value IS 175 (68.75% from 255) = 60.55%
R=2.77%
G=36.68%
B=60.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81061750.950.3900.31204.7991.2635.88
Hex86AAF5F2701Fcd5b24
Octal101522571374703731513344
Binary10001101010101011111011111100111011111110011011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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