Html Css Color HEX #84ACD1 Polo Blue

📋 copy color: '#84ACD1'

red 132 ◦ green 172 ◦ blue 209

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

Shades of Polo Blue #84ACD1

Tints of Polo Blue #84ACD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.74%

R = 25.73%
G = 33.53%
B = 40.74%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#84ACD1 (or 0x84ACD1) is known color: Polo Blue. HEX triplet: 84, AC and D1. RGB value is (132,172,209). Sum of RGB (Red+Green+Blue) = 132+172+209=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #84ACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACD1 is #7B532E. Grayscale: #A4A4A4. Windows color (decimal): -8082223 or 13741188. OLE color: 13741188.

HSL color Cylindrical-coordinate representation of color #84ACD1: hue angle of 208.83º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84ACD1 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 132 172 209 -
CMYK 0.37 0.18 0 0.18
HSL 208.83º 0.46% 0.67% -
HSV(B) 208.83º 0.37% 0.82% -
XYZ 35.78 39.01 65.97 -
YUV 164.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 132 172 209 0.37 0.18 0 0.18 208.83 0.46 0.67
Hex 84 AC D1 25 12 0 12 D1 2E 43
Octal 204 254 321 45 22 0 22 321 56 103
Binary 10000100 10101100 11010001 100101 10010 0 10010 11010001 101110 1000011

Color Harmonies of #84ACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ACD1

Black with #84ACD1

Text Example


Text Example

White with #84ACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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