Html Css Color HEX #84AACF Polo Blue

📋 copy color: '#84AACF'

red 132 ◦ green 170 ◦ blue 207

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

Shades of Polo Blue #84AACF

Tints of Polo Blue #84AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.4%

 BLUE value IS 207 (81.25% from 255) = 40.67%

R = 25.93%
G = 33.4%
B = 40.67%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#84AACF (or 0x84AACF) is known color: Polo Blue. HEX triplet: 84, AA and CF. RGB value is (132,170,207). Sum of RGB (Red+Green+Blue) = 132+170+207=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #84AACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AACF is #7B5530. Grayscale: #A2A2A2. Windows color (decimal): -8082737 or 13609604. OLE color: 13609604.

HSL color Cylindrical-coordinate representation of color #84AACF: hue angle of 209.6º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84AACF is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 170 207 -
CMYK 0.36 0.18 0 0.19
HSL 209.6º 0.44% 0.66% -
HSV(B) 209.6º 0.36% 0.81% -
XYZ 35.15 38.16 64.54 -
YUV 162.86 152.91 105.99 -
System Red Green Blue C M Y K H S L
Decimal 132 170 207 0.36 0.18 0 0.19 209.6 0.44 0.66
Hex 84 AA CF 24 12 0 13 D2 2C 42
Octal 204 252 317 44 22 0 23 322 54 102
Binary 10000100 10101010 11001111 100100 10010 0 10011 11010010 101100 1000010

Color Harmonies of #84AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AACF

Black with #84AACF

Text Example


Text Example

White with #84AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,170,207); }

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

background-color css

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

 a { background-color: rgb(132,170,207); }

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

border-color css

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

 span { border-color: rgb(132,170,207); }

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