Html Css Color HEX #86A1CD Polo Blue

📋 copy color: '#86A1CD'

red 134 ◦ green 161 ◦ blue 205

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

Shades of Polo Blue #86A1CD

Tints of Polo Blue #86A1CD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.2%

 BLUE value IS 205 (80.47% from 255) = 41%

R = 26.8%
G = 32.2%
B = 41%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#86A1CD (or 0x86A1CD) is known color: Polo Blue. HEX triplet: 86, A1 and CD. RGB value is (134,161,205). Sum of RGB (Red+Green+Blue) = 134+161+205=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #86A1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A1CD is #795E32. Grayscale: #9D9D9D. Windows color (decimal): -7953971 or 13476230. OLE color: 13476230.

HSL color Cylindrical-coordinate representation of color #86A1CD: hue angle of 217.18º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86A1CD is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 161 205 -
CMYK 0.35 0.21 0 0.20
HSL 217.18º 0.42% 0.66% -
HSV(B) 217.18º 0.35% 0.8% -
XYZ 33.6 34.97 62.74 -
YUV 157.94 154.55 110.92 -
System Red Green Blue C M Y K H S L
Decimal 134 161 205 0.35 0.21 0 0.20 217.18 0.42 0.66
Hex 86 A1 CD 23 15 0 14 D9 2A 42
Octal 206 241 315 43 25 0 24 331 52 102
Binary 10000110 10100001 11001101 100011 10101 0 10100 11011001 101010 1000010

Color Harmonies of #86A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A1CD

Black with #86A1CD

Text Example


Text Example

White with #86A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,161,205); }

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

background-color css

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

 a { background-color: rgb(134,161,205); }

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

border-color css

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

 span { border-color: rgb(134,161,205); }

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