Html Css Color HEX #086996 Cerulean

📋 copy color: '#086996'

red 8 ◦ green 105 ◦ blue 150

#086996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #086996

Tints of Cerulean #086996

RGB

 RED value IS 8 (3.52% from 255) = 3.04%

 GREEN value IS 105 (41.41% from 255) = 39.92%

 BLUE value IS 150 (58.98% from 255) = 57.03%

R = 3.04%
G = 39.92%
B = 57.03%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#086996 (or 0x086996) is known color: Cerulean. HEX triplet: 08, 69 and 96. RGB value is (8,105,150). Sum of RGB (Red+Green+Blue) = 8+105+150=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #086996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086996 is #F79669. Grayscale: #505050. Windows color (decimal): -16225898 or 9857288. OLE color: 9857288.

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

Color convert

RGB 8 105 150 -
CMYK 0.95 0.30 0 0.41
HSL 199.01º 0.9% 0.31% -
HSV(B) 199.01º 0.95% 0.59% -
XYZ 10.66 12.36 30.68 -
YUV 81.13 166.86 75.84 -
System Red Green Blue C M Y K H S L
Decimal 8 105 150 0.95 0.30 0 0.41 199.01 0.9 0.31
Hex 8 69 96 5F 1E 0 29 C7 5A 1F
Octal 10 151 226 137 36 0 51 307 132 37
Binary 1000 1101001 10010110 1011111 11110 0 101001 11000111 1011010 11111

Color Harmonies of #086996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086996

Black with #086996

Text Example


Text Example

White with #086996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086996; }

 p { color: rgb(8,105,150); }

 H1.HeaderClassName
 {
   color: #086996;
 }
 .AnyTagClassName
 {
   color: #086996;
 }
</style>

background-color css

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

 a { background-color: rgb(8,105,150); }

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

border-color css

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

 span { border-color: rgb(8,105,150); }

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