Html Css Color HEX #86ADD4 Polo Blue

📋 copy color: '#86ADD4'

red 134 ◦ green 173 ◦ blue 212

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

Shades of Polo Blue #86ADD4

Tints of Polo Blue #86ADD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.85%

R = 25.82%
G = 33.33%
B = 40.85%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#86ADD4 (or 0x86ADD4) is known color: Polo Blue. HEX triplet: 86, AD and D4. RGB value is (134,173,212). Sum of RGB (Red+Green+Blue) = 134+173+212=519 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.82% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 212 - color contains mainly: blue. Hex color #86ADD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ADD4 is #79522B. Grayscale: #A5A5A5. Windows color (decimal): -7950892 or 13938054. OLE color: 13938054.

HSL color Cylindrical-coordinate representation of color #86ADD4: hue angle of 210º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86ADD4 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 134 173 212 -
CMYK 0.37 0.18 0 0.17
HSL 210º 0.48% 0.68% -
HSV(B) 210º 0.37% 0.83% -
XYZ 36.66 39.71 68.02 -
YUV 165.79 154.08 105.33 -
System Red Green Blue C M Y K H S L
Decimal 134 173 212 0.37 0.18 0 0.17 210 0.48 0.68
Hex 86 AD D4 25 12 0 11 D2 30 44
Octal 206 255 324 45 22 0 21 322 60 104
Binary 10000110 10101101 11010100 100101 10010 0 10001 11010010 110000 1000100

Color Harmonies of #86ADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ADD4

Black with #86ADD4

Text Example


Text Example

White with #86ADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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