Html Css Color HEX #86ADD2 Polo Blue

📋 copy color: '#86ADD2'

red 134 ◦ green 173 ◦ blue 210

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

Shades of Polo Blue #86ADD2

Tints of Polo Blue #86ADD2

RGB

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

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

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

R = 25.92%
G = 33.46%
B = 40.62%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#86ADD2 (or 0x86ADD2) is known color: Polo Blue. HEX triplet: 86, AD and D2. RGB value is (134,173,210). Sum of RGB (Red+Green+Blue) = 134+173+210=517 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.92% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 210 (82.42% from 255 or 40.62% from 517); Max value from RGB is 210 - color contains mainly: blue. Hex color #86ADD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ADD2 is #79522D. Grayscale: #A5A5A5. Windows color (decimal): -7950894 or 13806982. OLE color: 13806982.

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

Color convert

RGB 134 173 210 -
CMYK 0.36 0.18 0 0.18
HSL 209.21º 0.46% 0.67% -
HSV(B) 209.21º 0.36% 0.82% -
XYZ 36.41 39.61 66.7 -
YUV 165.56 153.08 105.49 -
System Red Green Blue C M Y K H S L
Decimal 134 173 210 0.36 0.18 0 0.18 209.21 0.46 0.67
Hex 86 AD D2 24 12 0 12 D1 2E 43
Octal 206 255 322 44 22 0 22 321 56 103
Binary 10000110 10101101 11010010 100100 10010 0 10010 11010001 101110 1000011

Color Harmonies of #86ADD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ADD2

Black with #86ADD2

Text Example


Text Example

White with #86ADD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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