Html Css Color HEX #86ADD1 Polo Blue

📋 copy color: '#86ADD1'

red 134 ◦ green 173 ◦ blue 209

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

Shades of Polo Blue #86ADD1

Tints of Polo Blue #86ADD1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.53%

 BLUE value IS 209 (82.03% from 255) = 40.5%

R = 25.97%
G = 33.53%
B = 40.5%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#86ADD1 (or 0x86ADD1) is known color: Polo Blue. HEX triplet: 86, AD and D1. RGB value is (134,173,209). Sum of RGB (Red+Green+Blue) = 134+173+209=516 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.97% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 209 - color contains mainly: blue. Hex color #86ADD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ADD1 is #79522E. Grayscale: #A5A5A5. Windows color (decimal): -7950895 or 13741446. OLE color: 13741446.

HSL color Cylindrical-coordinate representation of color #86ADD1: hue angle of 208.8º degrees, saturation: 0.45, 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 #86ADD1 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 173 209 -
CMYK 0.36 0.17 0 0.18
HSL 208.8º 0.45% 0.67% -
HSV(B) 208.8º 0.36% 0.82% -
XYZ 36.28 39.56 66.04 -
YUV 165.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 134 173 209 0.36 0.17 0 0.18 208.8 0.45 0.67
Hex 86 AD D1 24 11 0 12 D1 2D 43
Octal 206 255 321 44 21 0 22 321 55 103
Binary 10000110 10101101 11010001 100100 10001 0 10010 11010001 101101 1000011

Color Harmonies of #86ADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ADD1

Black with #86ADD1

Text Example


Text Example

White with #86ADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,173,209); }

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

background-color css

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

 a { background-color: rgb(134,173,209); }

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

border-color css

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

 span { border-color: rgb(134,173,209); }

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