Html Css Color HEX #86AAD2 Polo Blue

📋 copy color: '#86AAD2'

red 134 ◦ green 170 ◦ blue 210

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

Shades of Polo Blue #86AAD2

Tints of Polo Blue #86AAD2

RGB

 RED value IS 134 (52.73% from 255) = 26.07%

 GREEN value IS 170 (66.8% from 255) = 33.07%

 BLUE value IS 210 (82.42% from 255) = 40.86%

R = 26.07%
G = 33.07%
B = 40.86%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#86AAD2 (or 0x86AAD2) is known color: Polo Blue. HEX triplet: 86, AA and D2. RGB value is (134,170,210). Sum of RGB (Red+Green+Blue) = 134+170+210=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 210 (82.42% from 255 or 40.86% from 514); Max value from RGB is 210 - color contains mainly: blue. Hex color #86AAD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AAD2 is #79552D. Grayscale: #A3A3A3. Windows color (decimal): -7951662 or 13806214. OLE color: 13806214.

HSL color Cylindrical-coordinate representation of color #86AAD2: hue angle of 211.58º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86AAD2 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 170 210 -
CMYK 0.36 0.19 0 0.18
HSL 211.58º 0.46% 0.67% -
HSV(B) 211.58º 0.36% 0.82% -
XYZ 35.84 38.47 66.51 -
YUV 163.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 134 170 210 0.36 0.19 0 0.18 211.58 0.46 0.67
Hex 86 AA D2 24 13 0 12 D4 2E 43
Octal 206 252 322 44 23 0 22 324 56 103
Binary 10000110 10101010 11010010 100100 10011 0 10010 11010100 101110 1000011

Color Harmonies of #86AAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AAD2

Black with #86AAD2

Text Example


Text Example

White with #86AAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86AAD2; }

 p { color: rgb(134,170,210); }

 H1.HeaderClassName
 {
   color: #86AAD2;
 }
 .AnyTagClassName
 {
   color: #86AAD2;
 }
</style>

background-color css

<style>
 a { background-color: #86AAD2; }

 a { background-color: rgb(134,170,210); }

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

border-color css

<style>
 span { border-color: #86AAD2; }

 span { border-color: rgb(134,170,210); }

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