#086999

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

Shades of Cerulean #086999

Tints of Cerulean #086999

Color information

#086999 (or 0x086999) is unknown color: approx Cerulean. HEX triplet: 08, 69 and 99. RGB value is (8,105,153). Sum of RGB (Red+Green+Blue) = 8+105+153=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #086999 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086999 is #F79666. Grayscale: #515151. Windows color (decimal): -16225895 or 10053896. OLE color: 10053896.

HSL color Cylindrical-coordinate representation of color #086999: hue angle of 199.86º 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 #086999 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8105153-
CMYK0.950.3100.4
HSL199.86º90.06%31.57%-
HSV(B)199.86º94.77%60%-
XYZ10.912.4531.97-
YUV81.47168.3675.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.01%
GREEN value IS 105 (41.41% from 255) = 39.47%
BLUE value IS 153 (60.16% from 255) = 57.52%
R=3.01%
G=39.47%
B=57.52%

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
Decimal81051530.950.3100.4199.8690.0631.57
Hex869995F1F028c85a20
Octal101512311373705031013240
Binary10001101001100110011011111111110101000110010001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086999; }

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

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

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

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

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

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

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

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