Html Css Color HEX #086DAC Cerulean

📋 copy color: '#086DAC'

red 8 ◦ green 109 ◦ blue 172

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

Shades of Cerulean #086DAC

Tints of Cerulean #086DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.72%

 BLUE value IS 172 (67.58% from 255) = 59.52%

R = 2.77%
G = 37.72%
B = 59.52%

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

#086DAC (or 0x086DAC) is known color: Cerulean. HEX triplet: 08, 6D and AC. RGB value is (8,109,172). Sum of RGB (Red+Green+Blue) = 8+109+172=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #086DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086DAC is #F79253. Grayscale: #555555. Windows color (decimal): -16224852 or 11300104. OLE color: 11300104.

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

Color convert

RGB 8 109 172 -
CMYK 0.95 0.37 0 0.33
HSL 203.05º 0.91% 0.35% -
HSV(B) 203.05º 0.95% 0.67% -
XYZ 13.02 13.97 41.04 -
YUV 85.98 176.54 72.38 -
System Red Green Blue C M Y K H S L
Decimal 8 109 172 0.95 0.37 0 0.33 203.05 0.91 0.35
Hex 8 6D AC 5F 25 0 21 CB 5B 23
Octal 10 155 254 137 45 0 41 313 133 43
Binary 1000 1101101 10101100 1011111 100101 0 100001 11001011 1011011 100011

Color Harmonies of #086DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086DAC

Black with #086DAC

Text Example


Text Example

White with #086DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,109,172); }

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

background-color css

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

 a { background-color: rgb(8,109,172); }

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

border-color css

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

 span { border-color: rgb(8,109,172); }

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