Html Css Color HEX #86AFD7 Polo Blue

📋 copy color: '#86AFD7'

red 134 ◦ green 175 ◦ blue 215

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

Shades of Polo Blue #86AFD7

Tints of Polo Blue #86AFD7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.4%

 BLUE value IS 215 (84.38% from 255) = 41.03%

R = 25.57%
G = 33.4%
B = 41.03%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#86AFD7 (or 0x86AFD7) is known color: Polo Blue. HEX triplet: 86, AF and D7. RGB value is (134,175,215). Sum of RGB (Red+Green+Blue) = 134+175+215=524 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.57% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #86AFD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFD7 is #795028. Grayscale: #A7A7A7. Windows color (decimal): -7950377 or 14135174. OLE color: 14135174.

HSL color Cylindrical-coordinate representation of color #86AFD7: hue angle of 209.63º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86AFD7 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 175 215 -
CMYK 0.38 0.19 0 0.16
HSL 209.63º 0.5% 0.68% -
HSV(B) 209.63º 0.38% 0.84% -
XYZ 37.43 40.63 70.16 -
YUV 167.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 134 175 215 0.38 0.19 0 0.16 209.63 0.5 0.68
Hex 86 AF D7 26 13 0 10 D2 32 44
Octal 206 257 327 46 23 0 20 322 62 104
Binary 10000110 10101111 11010111 100110 10011 0 10000 11010010 110010 1000100

Color Harmonies of #86AFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AFD7

Black with #86AFD7

Text Example


Text Example

White with #86AFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,175,215); }

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

background-color css

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

 a { background-color: rgb(134,175,215); }

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

border-color css

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

 span { border-color: rgb(134,175,215); }

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