Html Css Color HEX #086E9E Cerulean

📋 copy color: '#086E9E'

red 8 ◦ green 110 ◦ blue 158

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

Shades of Cerulean #086E9E

Tints of Cerulean #086E9E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.86%

 BLUE value IS 158 (62.11% from 255) = 57.25%

R = 2.9%
G = 39.86%
B = 57.25%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#086E9E (or 0x086E9E) is known color: Cerulean. HEX triplet: 08, 6E and 9E. RGB value is (8,110,158). Sum of RGB (Red+Green+Blue) = 8+110+158=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #086E9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086E9E is #F79161. Grayscale: #545454. Windows color (decimal): -16224610 or 10382856. OLE color: 10382856.

HSL color Cylindrical-coordinate representation of color #086E9E: hue angle of 199.2º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086E9E is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 110 158 -
CMYK 0.95 0.30 0 0.38
HSL 199.2º 0.9% 0.33% -
HSV(B) 199.2º 0.95% 0.62% -
XYZ 11.85 13.67 34.36 -
YUV 84.97 169.21 73.1 -
System Red Green Blue C M Y K H S L
Decimal 8 110 158 0.95 0.30 0 0.38 199.2 0.9 0.33
Hex 8 6E 9E 5F 1E 0 26 C7 5A 21
Octal 10 156 236 137 36 0 46 307 132 41
Binary 1000 1101110 10011110 1011111 11110 0 100110 11000111 1011010 100001

Color Harmonies of #086E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086E9E

Black with #086E9E

Text Example


Text Example

White with #086E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,110,158); }

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

background-color css

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

 a { background-color: rgb(8,110,158); }

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

border-color css

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

 span { border-color: rgb(8,110,158); }

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