#086F99

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

Shades of Cerulean #086F99

Tints of Cerulean #086F99

Color information

#086F99 (or 0x086F99) is unknown color: approx Cerulean. HEX triplet: 08, 6F and 99. RGB value is (8,111,153). Sum of RGB (Red+Green+Blue) = 8+111+153=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #086F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086F99 is #F79066. Grayscale: #545454. Windows color (decimal): -16224359 or 10055432. OLE color: 10055432.

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

Color convert

RGB8111153-
CMYK0.950.2700.4
HSL197.38º90.06%31.57%-
HSV(B)197.38º94.77%60%-
XYZ11.5313.7232.18-
YUV84.99166.3873.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.94%
GREEN value IS 111 (43.75% from 255) = 40.81%
BLUE value IS 153 (60.16% from 255) = 56.25%
R=2.94%
G=40.81%
B=56.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81111530.950.2700.4197.3890.0631.57
Hex86F995F1B028c55a20
Octal101572311373305030513240
Binary10001101111100110011011111110110101000110001011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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