Html Css Color HEX #086F8E Cerulean

📋 copy color: '#086F8E'

red 8 ◦ green 111 ◦ blue 142

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

Shades of Cerulean #086F8E

Tints of Cerulean #086F8E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.53%

 BLUE value IS 142 (55.86% from 255) = 54.41%

R = 3.07%
G = 42.53%
B = 54.41%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#086F8E (or 0x086F8E) is known color: Cerulean. HEX triplet: 08, 6F and 8E. RGB value is (8,111,142). Sum of RGB (Red+Green+Blue) = 8+111+142=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #086F8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086F8E is #F79071. Grayscale: #535353. Windows color (decimal): -16224370 or 9334536. OLE color: 9334536.

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

Color convert

RGB 8 111 142 -
CMYK 0.94 0.22 0 0.44
HSL 193.88º 0.89% 0.29% -
HSV(B) 193.88º 0.94% 0.56% -
XYZ 10.67 13.37 27.61 -
YUV 83.74 160.88 73.98 -
System Red Green Blue C M Y K H S L
Decimal 8 111 142 0.94 0.22 0 0.44 193.88 0.89 0.29
Hex 8 6F 8E 5E 16 0 2C C2 59 1D
Octal 10 157 216 136 26 0 54 302 131 35
Binary 1000 1101111 10001110 1011110 10110 0 101100 11000010 1011001 11101

Color Harmonies of #086F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086F8E

Black with #086F8E

Text Example


Text Example

White with #086F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,111,142); }

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

background-color css

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

 a { background-color: rgb(8,111,142); }

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

border-color css

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

 span { border-color: rgb(8,111,142); }

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