Html Css Color HEX #086CAB Cerulean

📋 copy color: '#086CAB'

red 8 ◦ green 108 ◦ blue 171

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

Shades of Cerulean #086CAB

Tints of Cerulean #086CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.58%

R = 2.79%
G = 37.63%
B = 59.58%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#086CAB (or 0x086CAB) is known color: Cerulean. HEX triplet: 08, 6C and AB. RGB value is (8,108,171). Sum of RGB (Red+Green+Blue) = 8+108+171=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #086CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086CAB is #F79354. Grayscale: #545454. Windows color (decimal): -16225109 or 11234312. OLE color: 11234312.

HSL color Cylindrical-coordinate representation of color #086CAB: hue angle of 203.19º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086CAB is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 108 171 -
CMYK 0.95 0.37 0 0.33
HSL 203.19º 0.91% 0.35% -
HSV(B) 203.19º 0.95% 0.67% -
XYZ 12.81 13.72 40.5 -
YUV 85.28 176.37 72.88 -
System Red Green Blue C M Y K H S L
Decimal 8 108 171 0.95 0.37 0 0.33 203.19 0.91 0.35
Hex 8 6C AB 5F 25 0 21 CB 5B 23
Octal 10 154 253 137 45 0 41 313 133 43
Binary 1000 1101100 10101011 1011111 100101 0 100001 11001011 1011011 100011

Color Harmonies of #086CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086CAB

Black with #086CAB

Text Example


Text Example

White with #086CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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