Html Css Color HEX #86A3CE Polo Blue

📋 copy color: '#86A3CE'

red 134 ◦ green 163 ◦ blue 206

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

Shades of Polo Blue #86A3CE

Tints of Polo Blue #86A3CE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.41%

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

R = 26.64%
G = 32.41%
B = 40.95%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#86A3CE (or 0x86A3CE) is known color: Polo Blue. HEX triplet: 86, A3 and CE. RGB value is (134,163,206). Sum of RGB (Red+Green+Blue) = 134+163+206=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #86A3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A3CE is #795C31. Grayscale: #9F9F9F. Windows color (decimal): -7953458 or 13542278. OLE color: 13542278.

HSL color Cylindrical-coordinate representation of color #86A3CE: hue angle of 215.83º 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 #86A3CE is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 163 206 -
CMYK 0.35 0.21 0 0.19
HSL 215.83º 0.42% 0.67% -
HSV(B) 215.83º 0.35% 0.81% -
XYZ 34.07 35.72 63.49 -
YUV 159.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 134 163 206 0.35 0.21 0 0.19 215.83 0.42 0.67
Hex 86 A3 CE 23 15 0 13 D8 2A 43
Octal 206 243 316 43 25 0 23 330 52 103
Binary 10000110 10100011 11001110 100011 10101 0 10011 11011000 101010 1000011

Color Harmonies of #86A3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A3CE

Black with #86A3CE

Text Example


Text Example

White with #86A3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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