Html Css Color HEX #86A5CE Polo Blue

📋 copy color: '#86A5CE'

red 134 ◦ green 165 ◦ blue 206

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

Shades of Polo Blue #86A5CE

Tints of Polo Blue #86A5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.67%

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 26.53%
G = 32.67%
B = 40.79%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#86A5CE (or 0x86A5CE) is known color: Polo Blue. HEX triplet: 86, A5 and CE. RGB value is (134,165,206). Sum of RGB (Red+Green+Blue) = 134+165+206=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #86A5CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A5CE is #795A31. Grayscale: #A0A0A0. Windows color (decimal): -7952946 or 13542790. OLE color: 13542790.

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

Color convert

RGB 134 165 206 -
CMYK 0.35 0.20 0 0.19
HSL 214.17º 0.42% 0.67% -
HSV(B) 214.17º 0.35% 0.81% -
XYZ 34.43 36.43 63.61 -
YUV 160.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 134 165 206 0.35 0.20 0 0.19 214.17 0.42 0.67
Hex 86 A5 CE 23 14 0 13 D6 2A 43
Octal 206 245 316 43 24 0 23 326 52 103
Binary 10000110 10100101 11001110 100011 10100 0 10011 11010110 101010 1000011

Color Harmonies of #86A5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A5CE

Black with #86A5CE

Text Example


Text Example

White with #86A5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,165,206); }

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

background-color css

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

 a { background-color: rgb(134,165,206); }

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

border-color css

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

 span { border-color: rgb(134,165,206); }

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