#086A99

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

Shades of Cerulean #086A99

Tints of Cerulean #086A99

Color information

#086A99 (or 0x086A99) is unknown color: approx Cerulean. HEX triplet: 08, 6A and 99. RGB value is (8,106,153). Sum of RGB (Red+Green+Blue) = 8+106+153=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #086A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086A99 is #F79566. Grayscale: #515151. Windows color (decimal): -16225639 or 10054152. OLE color: 10054152.

HSL color Cylindrical-coordinate representation of color #086A99: hue angle of 199.45º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086A99 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8106153-
CMYK0.950.3100.4
HSL199.45º90.06%31.57%-
HSV(B)199.45º94.77%60%-
XYZ1112.6632-
YUV82.06168.0375.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.00%
GREEN value IS 106 (41.80% from 255) = 39.70%
BLUE value IS 153 (60.16% from 255) = 57.30%
R=3.00%
G=39.70%
B=57.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81061530.950.3100.4199.4590.0631.57
Hex86A995F1F028c75a20
Octal101522311373705030713240
Binary10001101010100110011011111111110101000110001111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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