#086797

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

Shades of Cerulean #086797

Tints of Cerulean #086797

Color information

#086797 (or 0x086797) is unknown color: approx Cerulean. HEX triplet: 08, 67 and 97. RGB value is (8,103,151). Sum of RGB (Red+Green+Blue) = 8+103+151=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 151 (59.38% from 255 or 57.63% from 262); Max value from RGB is 151 - color contains mainly: blue. Hex color #086797 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086797 is #F79868. Grayscale: #4F4F4F. Windows color (decimal): -16226409 or 9922312. OLE color: 9922312.

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

Color convert

RGB8103151-
CMYK0.950.3200.41
HSL200.14º89.94%31.18%-
HSV(B)200.14º94.7%59.22%-
XYZ10.5411.9931.04-
YUV80.07168.0376.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.05%
GREEN value IS 103 (40.62% from 255) = 39.31%
BLUE value IS 151 (59.38% from 255) = 57.63%
R=3.05%
G=39.31%
B=57.63%

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
Decimal81031510.950.3200.41200.1489.9431.18
Hex867975F20029c85a1f
Octal101472271374005131013237
Binary10001100111100101111011111100000010100111001000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086797; }

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

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

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

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

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

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

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

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