Html Css Color HEX #86A1C3 Polo Blue

📋 copy color: '#86A1C3'

red 134 ◦ green 161 ◦ blue 195

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

Shades of Polo Blue #86A1C3

Tints of Polo Blue #86A1C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.8%

R = 27.35%
G = 32.86%
B = 39.8%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#86A1C3 (or 0x86A1C3) is known color: Polo Blue. HEX triplet: 86, A1 and C3. RGB value is (134,161,195). Sum of RGB (Red+Green+Blue) = 134+161+195=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 195 - color contains mainly: blue. Hex color #86A1C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A1C3 is #795E3C. Grayscale: #9C9C9C. Windows color (decimal): -7953981 or 12820870. OLE color: 12820870.

HSL color Cylindrical-coordinate representation of color #86A1C3: hue angle of 213.44º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86A1C3 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 161 195 -
CMYK 0.31 0.17 0 0.24
HSL 213.44º 0.34% 0.65% -
HSV(B) 213.44º 0.31% 0.76% -
XYZ 32.43 34.5 56.58 -
YUV 156.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 134 161 195 0.31 0.17 0 0.24 213.44 0.34 0.65
Hex 86 A1 C3 1F 11 0 18 D5 22 41
Octal 206 241 303 37 21 0 30 325 42 101
Binary 10000110 10100001 11000011 11111 10001 0 11000 11010101 100010 1000001

Color Harmonies of #86A1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A1C3

Black with #86A1C3

Text Example


Text Example

White with #86A1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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