#086A90

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

Shades of Cerulean #086A90

Tints of Cerulean #086A90

Color information

#086A90 (or 0x086A90) is unknown color: approx Cerulean. HEX triplet: 08, 6A and 90. RGB value is (8,106,144). Sum of RGB (Red+Green+Blue) = 8+106+144=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #086A90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086A90 is #F7956F. Grayscale: #505050. Windows color (decimal): -16225648 or 9464328. OLE color: 9464328.

HSL color Cylindrical-coordinate representation of color #086A90: hue angle of 196.76º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086A90 is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8106144-
CMYK0.940.2600.44
HSL196.76º89.47%29.8%-
HSV(B)196.76º94.44%56.47%-
XYZ10.2912.3728.23-
YUV81.03163.5375.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.10%
GREEN value IS 106 (41.80% from 255) = 41.09%
BLUE value IS 144 (56.64% from 255) = 55.81%
R=3.10%
G=41.09%
B=55.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81061440.940.2600.44196.7689.4729.8
Hex86A905E1A02Cc5591e
Octal101522201363205430513136
Binary1000110101010010000101111011010010110011000101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,106,144); }

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

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

 a { background-color: rgb(8,106,144); }

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

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

 span { border-color: rgb(8,106,144); }

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