Html Css Color HEX #086997 Cerulean

📋 copy color: '#086997'

red 8 ◦ green 105 ◦ blue 151

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

Shades of Cerulean #086997

Tints of Cerulean #086997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 57.2%

R = 3.03%
G = 39.77%
B = 57.2%

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

#086997 (or 0x086997) is known color: Cerulean. HEX triplet: 08, 69 and 97. RGB value is (8,105,151). Sum of RGB (Red+Green+Blue) = 8+105+151=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 151 (59.38% from 255 or 57.20% from 264); Max value from RGB is 151 - color contains mainly: blue. Hex color #086997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086997 is #F79668. Grayscale: #505050. Windows color (decimal): -16225897 or 9922824. OLE color: 9922824.

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

Color convert

RGB 8 105 151 -
CMYK 0.95 0.30 0 0.41
HSL 199.3º 0.9% 0.31% -
HSV(B) 199.3º 0.95% 0.59% -
XYZ 10.74 12.39 31.1 -
YUV 81.24 167.36 75.76 -
System Red Green Blue C M Y K H S L
Decimal 8 105 151 0.95 0.30 0 0.41 199.3 0.9 0.31
Hex 8 69 97 5F 1E 0 29 C7 5A 1F
Octal 10 151 227 137 36 0 51 307 132 37
Binary 1000 1101001 10010111 1011111 11110 0 101001 11000111 1011010 11111

Color Harmonies of #086997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086997

Black with #086997

Text Example


Text Example

White with #086997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086997; }

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

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

background-color css

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

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

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

border-color css

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

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

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