Html Css Color HEX #086097 Cerulean

📋 copy color: '#086097'

red 8 ◦ green 96 ◦ blue 151

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

Shades of Cerulean #086097

Tints of Cerulean #086097

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.65%

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

R = 3.14%
G = 37.65%
B = 59.22%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#086097 (or 0x086097) is known color: Cerulean. HEX triplet: 08, 60 and 97. RGB value is (8,96,151). Sum of RGB (Red+Green+Blue) = 8+96+151=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 151 (59.38% from 255 or 59.22% from 255); Max value from RGB is 151 - color contains mainly: blue. Hex color #086097 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086097 is #F79F68. Grayscale: #4B4B4B. Windows color (decimal): -16228201 or 9920520. OLE color: 9920520.

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

Color convert

RGB 8 96 151 -
CMYK 0.95 0.36 0 0.41
HSL 203.08º 0.9% 0.31% -
HSV(B) 203.08º 0.95% 0.59% -
XYZ 9.87 10.65 30.81 -
YUV 75.96 170.35 79.53 -
System Red Green Blue C M Y K H S L
Decimal 8 96 151 0.95 0.36 0 0.41 203.08 0.9 0.31
Hex 8 60 97 5F 24 0 29 CB 5A 1F
Octal 10 140 227 137 44 0 51 313 132 37
Binary 1000 1100000 10010111 1011111 100100 0 101001 11001011 1011010 11111

Color Harmonies of #086097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086097

Black with #086097

Text Example


Text Example

White with #086097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086097; }

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

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

background-color css

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

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

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

border-color css

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

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

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