Html Css Color HEX #86AAC9 Polo Blue

📋 copy color: '#86AAC9'

red 134 ◦ green 170 ◦ blue 201

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

Shades of Polo Blue #86AAC9

Tints of Polo Blue #86AAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.8%

R = 26.53%
G = 33.66%
B = 39.8%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#86AAC9 (or 0x86AAC9) is known color: Polo Blue. HEX triplet: 86, AA and C9. RGB value is (134,170,201). Sum of RGB (Red+Green+Blue) = 134+170+201=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 201 - color contains mainly: blue. Hex color #86AAC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AAC9 is #795536. Grayscale: #A2A2A2. Windows color (decimal): -7951671 or 13216390. OLE color: 13216390.

HSL color Cylindrical-coordinate representation of color #86AAC9: hue angle of 207.76º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86AAC9 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 170 201 -
CMYK 0.33 0.15 0 0.21
HSL 207.76º 0.38% 0.66% -
HSV(B) 207.76º 0.33% 0.79% -
XYZ 34.75 38.03 60.77 -
YUV 162.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 134 170 201 0.33 0.15 0 0.21 207.76 0.38 0.66
Hex 86 AA C9 21 F 0 15 D0 26 42
Octal 206 252 311 41 17 0 25 320 46 102
Binary 10000110 10101010 11001001 100001 1111 0 10101 11010000 100110 1000010

Color Harmonies of #86AAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AAC9

Black with #86AAC9

Text Example


Text Example

White with #86AAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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