#086FA0

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

Shades of Cerulean #086FA0

Tints of Cerulean #086FA0

Color information

#086FA0 (or 0x086FA0) is unknown color: approx Cerulean. HEX triplet: 08, 6F and A0. RGB value is (8,111,160). Sum of RGB (Red+Green+Blue) = 8+111+160=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 160 (62.89% from 255 or 57.35% from 279); Max value from RGB is 160 - color contains mainly: blue. Hex color #086FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086FA0 is #F7905F. Grayscale: #555555. Windows color (decimal): -16224352 or 10514184. OLE color: 10514184.

HSL color Cylindrical-coordinate representation of color #086FA0: hue angle of 199.34º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086FA0 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8111160-
CMYK0.950.3100.37
HSL199.34º90.48%32.94%-
HSV(B)199.34º95%62.75%-
XYZ12.1313.9635.31-
YUV85.79169.8872.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.87%
GREEN value IS 111 (43.75% from 255) = 39.78%
BLUE value IS 160 (62.89% from 255) = 57.35%
R=2.87%
G=39.78%
B=57.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal81111600.950.3100.37199.3490.4832.94
Hex86FA05F1F025c75a21
Octal101572401373704530713241
Binary10001101111101000001011111111110100101110001111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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