Html Css Color HEX #086AAC Cerulean

📋 copy color: '#086AAC'

red 8 ◦ green 106 ◦ blue 172

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

Shades of Cerulean #086AAC

Tints of Cerulean #086AAC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.06%

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

R = 2.8%
G = 37.06%
B = 60.14%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#086AAC (or 0x086AAC) is known color: Cerulean. HEX triplet: 08, 6A and AC. RGB value is (8,106,172). Sum of RGB (Red+Green+Blue) = 8+106+172=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #086AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086AAC is #F79553. Grayscale: #535353. Windows color (decimal): -16225620 or 11299336. OLE color: 11299336.

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

Color convert

RGB 8 106 172 -
CMYK 0.95 0.38 0 0.33
HSL 204.15º 0.91% 0.35% -
HSV(B) 204.15º 0.95% 0.67% -
XYZ 12.7 13.34 40.93 -
YUV 84.22 177.53 73.63 -
System Red Green Blue C M Y K H S L
Decimal 8 106 172 0.95 0.38 0 0.33 204.15 0.91 0.35
Hex 8 6A AC 5F 26 0 21 CC 5B 23
Octal 10 152 254 137 46 0 41 314 133 43
Binary 1000 1101010 10101100 1011111 100110 0 100001 11001100 1011011 100011

Color Harmonies of #086AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086AAC

Black with #086AAC

Text Example


Text Example

White with #086AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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