#086DA3

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

Shades of Cerulean #086DA3

Tints of Cerulean #086DA3

Color information

#086DA3 (or 0x086DA3) is unknown color: approx Cerulean. HEX triplet: 08, 6D and A3. RGB value is (8,109,163). Sum of RGB (Red+Green+Blue) = 8+109+163=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 163 (64.06% from 255 or 58.21% from 280); Max value from RGB is 163 - color contains mainly: blue. Hex color #086DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086DA3 is #F7925C. Grayscale: #545454. Windows color (decimal): -16224861 or 10710280. OLE color: 10710280.

HSL color Cylindrical-coordinate representation of color #086DA3: hue angle of 200.9º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086DA3 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8109163-
CMYK0.950.3300.36
HSL200.9º90.64%33.53%-
HSV(B)200.9º95.09%63.92%-
XYZ12.1813.6336.64-
YUV84.96172.0473.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.86%
GREEN value IS 109 (42.97% from 255) = 38.93%
BLUE value IS 163 (64.06% from 255) = 58.21%
R=2.86%
G=38.93%
B=58.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81091630.950.3300.36200.990.6433.53
Hex86DA35F21024c95b22
Octal101552431374104431113342
Binary100011011011010001110111111000010100100110010011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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