Html Css Color HEX #86ADD0 Polo Blue

📋 copy color: '#86ADD0'

red 134 ◦ green 173 ◦ blue 208

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

Shades of Polo Blue #86ADD0

Tints of Polo Blue #86ADD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.39%

R = 26.02%
G = 33.59%
B = 40.39%

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

#86ADD0 (or 0x86ADD0) is known color: Polo Blue. HEX triplet: 86, AD and D0. RGB value is (134,173,208). Sum of RGB (Red+Green+Blue) = 134+173+208=515 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.02% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #86ADD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ADD0 is #79522F. Grayscale: #A5A5A5. Windows color (decimal): -7950896 or 13675910. OLE color: 13675910.

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

Color convert

RGB 134 173 208 -
CMYK 0.36 0.17 0 0.18
HSL 208.38º 0.44% 0.67% -
HSV(B) 208.38º 0.36% 0.82% -
XYZ 36.16 39.51 65.39 -
YUV 165.33 152.08 105.65 -
System Red Green Blue C M Y K H S L
Decimal 134 173 208 0.36 0.17 0 0.18 208.38 0.44 0.67
Hex 86 AD D0 24 11 0 12 D0 2C 43
Octal 206 255 320 44 21 0 22 320 54 103
Binary 10000110 10101101 11010000 100100 10001 0 10010 11010000 101100 1000011

Color Harmonies of #86ADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ADD0

Black with #86ADD0

Text Example


Text Example

White with #86ADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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