Html Css Color HEX #086E9C Cerulean

📋 copy color: '#086E9C'

red 8 ◦ green 110 ◦ blue 156

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

Shades of Cerulean #086E9C

Tints of Cerulean #086E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.93%

R = 2.92%
G = 40.15%
B = 56.93%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#086E9C (or 0x086E9C) is known color: Cerulean. HEX triplet: 08, 6E and 9C. RGB value is (8,110,156). Sum of RGB (Red+Green+Blue) = 8+110+156=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #086E9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086E9C is #F79163. Grayscale: #545454. Windows color (decimal): -16224612 or 10251784. OLE color: 10251784.

HSL color Cylindrical-coordinate representation of color #086E9C: hue angle of 198.65º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086E9C is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 110 156 -
CMYK 0.95 0.29 0 0.39
HSL 198.65º 0.9% 0.32% -
HSV(B) 198.65º 0.95% 0.61% -
XYZ 11.68 13.6 33.46 -
YUV 84.75 168.21 73.26 -
System Red Green Blue C M Y K H S L
Decimal 8 110 156 0.95 0.29 0 0.39 198.65 0.9 0.32
Hex 8 6E 9C 5F 1D 0 27 C7 5A 20
Octal 10 156 234 137 35 0 47 307 132 40
Binary 1000 1101110 10011100 1011111 11101 0 100111 11000111 1011010 100000

Color Harmonies of #086E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086E9C

Black with #086E9C

Text Example


Text Example

White with #086E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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