Html Css Color HEX #86ACC8 Polo Blue

📋 copy color: '#86ACC8'

red 134 ◦ green 172 ◦ blue 200

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

Shades of Polo Blue #86ACC8

Tints of Polo Blue #86ACC8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.99%

 BLUE value IS 200 (78.52% from 255) = 39.53%

R = 26.48%
G = 33.99%
B = 39.53%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#86ACC8 (or 0x86ACC8) is known color: Polo Blue. HEX triplet: 86, AC and C8. RGB value is (134,172,200). Sum of RGB (Red+Green+Blue) = 134+172+200=506 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.48% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 200 - color contains mainly: blue. Hex color #86ACC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ACC8 is #795337. Grayscale: #A3A3A3. Windows color (decimal): -7951160 or 13151366. OLE color: 13151366.

HSL color Cylindrical-coordinate representation of color #86ACC8: hue angle of 205.45º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86ACC8 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 172 200 -
CMYK 0.33 0.14 0 0.22
HSL 205.45º 0.38% 0.65% -
HSV(B) 205.45º 0.33% 0.78% -
XYZ 35.01 38.74 60.28 -
YUV 163.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 134 172 200 0.33 0.14 0 0.22 205.45 0.38 0.65
Hex 86 AC C8 21 E 0 16 CD 26 41
Octal 206 254 310 41 16 0 26 315 46 101
Binary 10000110 10101100 11001000 100001 1110 0 10110 11001101 100110 1000001

Color Harmonies of #86ACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ACC8

Black with #86ACC8

Text Example


Text Example

White with #86ACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,172,200); }

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

background-color css

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

 a { background-color: rgb(134,172,200); }

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

border-color css

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

 span { border-color: rgb(134,172,200); }

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