Html Css Color HEX #086D90 Cerulean

📋 copy color: '#086D90'

red 8 ◦ green 109 ◦ blue 144

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

Shades of Cerulean #086D90

Tints of Cerulean #086D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.76%

 BLUE value IS 144 (56.64% from 255) = 55.17%

R = 3.07%
G = 41.76%
B = 55.17%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#086D90 (or 0x086D90) is known color: Cerulean. HEX triplet: 08, 6D and 90. RGB value is (8,109,144). Sum of RGB (Red+Green+Blue) = 8+109+144=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #086D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086D90 is #F7926F. Grayscale: #525252. Windows color (decimal): -16224880 or 9465096. OLE color: 9465096.

HSL color Cylindrical-coordinate representation of color #086D90: hue angle of 195.44º 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 #086D90 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 109 144 -
CMYK 0.94 0.24 0 0.44
HSL 195.44º 0.89% 0.3% -
HSV(B) 195.44º 0.94% 0.56% -
XYZ 10.6 13 28.34 -
YUV 82.79 162.54 74.65 -
System Red Green Blue C M Y K H S L
Decimal 8 109 144 0.94 0.24 0 0.44 195.44 0.89 0.3
Hex 8 6D 90 5E 18 0 2C C3 59 1E
Octal 10 155 220 136 30 0 54 303 131 36
Binary 1000 1101101 10010000 1011110 11000 0 101100 11000011 1011001 11110

Color Harmonies of #086D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086D90

Black with #086D90

Text Example


Text Example

White with #086D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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