#086D9B

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

Shades of Cerulean #086D9B

Tints of Cerulean #086D9B

Color information

#086D9B (or 0x086D9B) is unknown color: approx Cerulean. HEX triplet: 08, 6D and 9B. RGB value is (8,109,155). Sum of RGB (Red+Green+Blue) = 8+109+155=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #086D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086D9B is #F79264. Grayscale: #535353. Windows color (decimal): -16224869 or 10185992. OLE color: 10185992.

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

Color convert

RGB8109155-
CMYK0.950.3000.39
HSL198.78º90.18%31.96%-
HSV(B)198.78º94.84%60.78%-
XYZ11.4913.3632.98-
YUV84.04168.0473.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.94%
GREEN value IS 109 (42.97% from 255) = 40.07%
BLUE value IS 155 (60.94% from 255) = 56.99%
R=2.94%
G=40.07%
B=56.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81091550.950.3000.39198.7890.1831.96
Hex86D9B5F1E027c75a20
Octal101552331373604730713240
Binary10001101101100110111011111111100100111110001111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,109,155); }

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

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

 a { background-color: rgb(8,109,155); }

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

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

 span { border-color: rgb(8,109,155); }

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