Html Css Color HEX #84ABCD Polo Blue

📋 copy color: '#84ABCD'

red 132 ◦ green 171 ◦ blue 205

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

Shades of Polo Blue #84ABCD

Tints of Polo Blue #84ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.66%

 BLUE value IS 205 (80.47% from 255) = 40.35%

R = 25.98%
G = 33.66%
B = 40.35%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#84ABCD (or 0x84ABCD) is known color: Polo Blue. HEX triplet: 84, AB and CD. RGB value is (132,171,205). Sum of RGB (Red+Green+Blue) = 132+171+205=508 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.98% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #84ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABCD is #7B5432. Grayscale: #A3A3A3. Windows color (decimal): -8082483 or 13478788. OLE color: 13478788.

HSL color Cylindrical-coordinate representation of color #84ABCD: hue angle of 207.95º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84ABCD is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 171 205 -
CMYK 0.36 0.17 0 0.20
HSL 207.95º 0.42% 0.66% -
HSV(B) 207.95º 0.36% 0.8% -
XYZ 35.1 38.44 63.33 -
YUV 163.22 151.58 105.74 -
System Red Green Blue C M Y K H S L
Decimal 132 171 205 0.36 0.17 0 0.20 207.95 0.42 0.66
Hex 84 AB CD 24 11 0 14 D0 2A 42
Octal 204 253 315 44 21 0 24 320 52 102
Binary 10000100 10101011 11001101 100100 10001 0 10100 11010000 101010 1000010

Color Harmonies of #84ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ABCD

Black with #84ABCD

Text Example


Text Example

White with #84ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,171,205); }

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

background-color css

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

 a { background-color: rgb(132,171,205); }

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

border-color css

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

 span { border-color: rgb(132,171,205); }

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