Html Css Color HEX #84ABCC Polo Blue

📋 copy color: '#84ABCC'

red 132 ◦ green 171 ◦ blue 204

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

Shades of Polo Blue #84ABCC

Tints of Polo Blue #84ABCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 26.04%
G = 33.73%
B = 40.24%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#84ABCC (or 0x84ABCC) is known color: Polo Blue. HEX triplet: 84, AB and CC. RGB value is (132,171,204). Sum of RGB (Red+Green+Blue) = 132+171+204=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #84ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABCC is #7B5433. Grayscale: #A2A2A2. Windows color (decimal): -8082484 or 13413252. OLE color: 13413252.

HSL color Cylindrical-coordinate representation of color #84ABCC: hue angle of 207.5º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84ABCC is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 171 204 -
CMYK 0.35 0.16 0 0.2
HSL 207.5º 0.41% 0.66% -
HSV(B) 207.5º 0.35% 0.8% -
XYZ 34.98 38.39 62.69 -
YUV 163.1 151.08 105.82 -
System Red Green Blue C M Y K H S L
Decimal 132 171 204 0.35 0.16 0 0.2 207.5 0.41 0.66
Hex 84 AB CC 23 10 0 14 D0 29 42
Octal 204 253 314 43 20 0 24 320 51 102
Binary 10000100 10101011 11001100 100011 10000 0 10100 11010000 101001 1000010

Color Harmonies of #84ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ABCC

Black with #84ABCC

Text Example


Text Example

White with #84ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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