Html Css Color HEX #86A2CC Polo Blue

📋 copy color: '#86A2CC'

red 134 ◦ green 162 ◦ blue 204

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

Shades of Polo Blue #86A2CC

Tints of Polo Blue #86A2CC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.4%

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 26.8%
G = 32.4%
B = 40.8%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#86A2CC (or 0x86A2CC) is known color: Polo Blue. HEX triplet: 86, A2 and CC. RGB value is (134,162,204). Sum of RGB (Red+Green+Blue) = 134+162+204=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #86A2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A2CC is #795D33. Grayscale: #9E9E9E. Windows color (decimal): -7953716 or 13410950. OLE color: 13410950.

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

Color convert

RGB 134 162 204 -
CMYK 0.34 0.21 0 0.2
HSL 216º 0.41% 0.66% -
HSV(B) 216º 0.34% 0.8% -
XYZ 33.65 35.27 62.16 -
YUV 158.42 153.72 110.58 -
System Red Green Blue C M Y K H S L
Decimal 134 162 204 0.34 0.21 0 0.2 216 0.41 0.66
Hex 86 A2 CC 22 15 0 14 D8 29 42
Octal 206 242 314 42 25 0 24 330 51 102
Binary 10000110 10100010 11001100 100010 10101 0 10100 11011000 101001 1000010

Color Harmonies of #86A2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A2CC

Black with #86A2CC

Text Example


Text Example

White with #86A2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,162,204); }

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

background-color css

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

 a { background-color: rgb(134,162,204); }

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

border-color css

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

 span { border-color: rgb(134,162,204); }

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