Html Css Color HEX #086AAA Cerulean

📋 copy color: '#086AAA'

red 8 ◦ green 106 ◦ blue 170

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

Shades of Cerulean #086AAA

Tints of Cerulean #086AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 59.86%

R = 2.82%
G = 37.32%
B = 59.86%

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

#086AAA (or 0x086AAA) is known color: Cerulean. HEX triplet: 08, 6A and AA. RGB value is (8,106,170). Sum of RGB (Red+Green+Blue) = 8+106+170=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #086AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086AAA is #F79555. Grayscale: #535353. Windows color (decimal): -16225622 or 11168264. OLE color: 11168264.

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

Color convert

RGB 8 106 170 -
CMYK 0.95 0.38 0 0.33
HSL 203.7º 0.91% 0.35% -
HSV(B) 203.7º 0.95% 0.67% -
XYZ 12.51 13.26 39.93 -
YUV 83.99 176.53 73.8 -
System Red Green Blue C M Y K H S L
Decimal 8 106 170 0.95 0.38 0 0.33 203.7 0.91 0.35
Hex 8 6A AA 5F 26 0 21 CC 5B 23
Octal 10 152 252 137 46 0 41 314 133 43
Binary 1000 1101010 10101010 1011111 100110 0 100001 11001100 1011011 100011

Color Harmonies of #086AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086AAA

Black with #086AAA

Text Example


Text Example

White with #086AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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