Html Css Color HEX #84ADC9 Polo Blue

📋 copy color: '#84ADC9'

red 132 ◦ green 173 ◦ blue 201

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

Shades of Polo Blue #84ADC9

Tints of Polo Blue #84ADC9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.19%

 BLUE value IS 201 (78.91% from 255) = 39.72%

R = 26.09%
G = 34.19%
B = 39.72%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#84ADC9 (or 0x84ADC9) is known color: Polo Blue. HEX triplet: 84, AD and C9. RGB value is (132,173,201). Sum of RGB (Red+Green+Blue) = 132+173+201=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 201 - color contains mainly: blue. Hex color #84ADC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADC9 is #7B5236. Grayscale: #A3A3A3. Windows color (decimal): -8081975 or 13217156. OLE color: 13217156.

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

Color convert

RGB 132 173 201 -
CMYK 0.34 0.14 0 0.21
HSL 204.35º 0.39% 0.65% -
HSV(B) 204.35º 0.34% 0.79% -
XYZ 35 39.01 60.94 -
YUV 163.93 148.92 105.22 -
System Red Green Blue C M Y K H S L
Decimal 132 173 201 0.34 0.14 0 0.21 204.35 0.39 0.65
Hex 84 AD C9 22 E 0 15 CC 27 41
Octal 204 255 311 42 16 0 25 314 47 101
Binary 10000100 10101101 11001001 100010 1110 0 10101 11001100 100111 1000001

Color Harmonies of #84ADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ADC9

Black with #84ADC9

Text Example


Text Example

White with #84ADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,173,201); }

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

background-color css

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

 a { background-color: rgb(132,173,201); }

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

border-color css

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

 span { border-color: rgb(132,173,201); }

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