Html Css Color HEX #086B9B Cerulean

📋 copy color: '#086B9B'

red 8 ◦ green 107 ◦ blue 155

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

Shades of Cerulean #086B9B

Tints of Cerulean #086B9B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.63%

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

R = 2.96%
G = 39.63%
B = 57.41%

CMYK

 C value IS 0.95

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#086B9B (or 0x086B9B) is known color: Cerulean. HEX triplet: 08, 6B and 9B. RGB value is (8,107,155). Sum of RGB (Red+Green+Blue) = 8+107+155=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #086B9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086B9B is #F79464. Grayscale: #525252. Windows color (decimal): -16225381 or 10185480. OLE color: 10185480.

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

Color convert

RGB 8 107 155 -
CMYK 0.95 0.31 0 0.39
HSL 199.59º 0.9% 0.32% -
HSV(B) 199.59º 0.95% 0.61% -
XYZ 11.27 12.93 32.91 -
YUV 82.87 168.7 74.6 -
System Red Green Blue C M Y K H S L
Decimal 8 107 155 0.95 0.31 0 0.39 199.59 0.9 0.32
Hex 8 6B 9B 5F 1F 0 27 C8 5A 20
Octal 10 153 233 137 37 0 47 310 132 40
Binary 1000 1101011 10011011 1011111 11111 0 100111 11001000 1011010 100000

Color Harmonies of #086B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086B9B

Black with #086B9B

Text Example


Text Example

White with #086B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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