#086697

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

Shades of Cerulean #086697

Tints of Cerulean #086697

Color information

#086697 (or 0x086697) is unknown color: approx Cerulean. HEX triplet: 08, 66 and 97. RGB value is (8,102,151). Sum of RGB (Red+Green+Blue) = 8+102+151=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 151 (59.38% from 255 or 57.85% from 261); Max value from RGB is 151 - color contains mainly: blue. Hex color #086697 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086697 is #F79968. Grayscale: #4F4F4F. Windows color (decimal): -16226665 or 9922056. OLE color: 9922056.

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

Color convert

RGB8102151-
CMYK0.950.3200.41
HSL200.56º89.94%31.18%-
HSV(B)200.56º94.7%59.22%-
XYZ10.4411.7931-
YUV79.48168.3677.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.07%
GREEN value IS 102 (40.23% from 255) = 39.08%
BLUE value IS 151 (59.38% from 255) = 57.85%
R=3.07%
G=39.08%
B=57.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81021510.950.3200.41200.5689.9431.18
Hex866975F20029c95a1f
Octal101462271374005131113237
Binary10001100110100101111011111100000010100111001001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086697; }

 p { color: rgb(8,102,151); }

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

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

 a { background-color: rgb(8,102,151); }

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

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

 span { border-color: rgb(8,102,151); }

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