Html Css Color HEX #84ACC8 Polo Blue

📋 copy color: '#84ACC8'

red 132 ◦ green 172 ◦ blue 200

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

Shades of Polo Blue #84ACC8

Tints of Polo Blue #84ACC8

RGB

 RED value IS 132 (51.95% from 255) = 26.19%

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

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

R = 26.19%
G = 34.13%
B = 39.68%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#84ACC8 (or 0x84ACC8) is known color: Polo Blue. HEX triplet: 84, AC and C8. RGB value is (132,172,200). Sum of RGB (Red+Green+Blue) = 132+172+200=504 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.19% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 200 - color contains mainly: blue. Hex color #84ACC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACC8 is #7B5337. Grayscale: #A3A3A3. Windows color (decimal): -8082232 or 13151364. OLE color: 13151364.

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

Color convert

RGB 132 172 200 -
CMYK 0.34 0.14 0 0.22
HSL 204.71º 0.38% 0.65% -
HSV(B) 204.71º 0.34% 0.78% -
XYZ 34.69 38.58 60.26 -
YUV 163.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 132 172 200 0.34 0.14 0 0.22 204.71 0.38 0.65
Hex 84 AC C8 22 E 0 16 CD 26 41
Octal 204 254 310 42 16 0 26 315 46 101
Binary 10000100 10101100 11001000 100010 1110 0 10110 11001101 100110 1000001

Color Harmonies of #84ACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ACC8

Black with #84ACC8

Text Example


Text Example

White with #84ACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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