Html Css Color HEX #086C9B Cerulean

📋 copy color: '#086C9B'

red 8 ◦ green 108 ◦ blue 155

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

Shades of Cerulean #086C9B

Tints of Cerulean #086C9B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.85%

 BLUE value IS 155 (60.94% from 255) = 57.2%

R = 2.95%
G = 39.85%
B = 57.2%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#086C9B (or 0x086C9B) is known color: Cerulean. HEX triplet: 08, 6C and 9B. RGB value is (8,108,155). Sum of RGB (Red+Green+Blue) = 8+108+155=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #086C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086C9B is #F79364. Grayscale: #535353. Windows color (decimal): -16225125 or 10185736. OLE color: 10185736.

HSL color Cylindrical-coordinate representation of color #086C9B: hue angle of 199.18º 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 #086C9B is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 108 155 -
CMYK 0.95 0.30 0 0.39
HSL 199.18º 0.9% 0.32% -
HSV(B) 199.18º 0.95% 0.61% -
XYZ 11.38 13.14 32.95 -
YUV 83.46 168.37 74.18 -
System Red Green Blue C M Y K H S L
Decimal 8 108 155 0.95 0.30 0 0.39 199.18 0.9 0.32
Hex 8 6C 9B 5F 1E 0 27 C7 5A 20
Octal 10 154 233 137 36 0 47 307 132 40
Binary 1000 1101100 10011011 1011111 11110 0 100111 11000111 1011010 100000

Color Harmonies of #086C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C9B

Black with #086C9B

Text Example


Text Example

White with #086C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,108,155); }

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

background-color css

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

 a { background-color: rgb(8,108,155); }

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

border-color css

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

 span { border-color: rgb(8,108,155); }

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