#84ABCB

Color #84ABCB Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #84ABCB

Tints of Polo Blue #84ABCB

Color information

#84ABCB (or 0x84ABCB) is unknown color: approx Polo Blue. HEX triplet: 84, AB and CB. RGB value is (132,171,203). Sum of RGB (Red+Green+Blue) = 132+171+203=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #84ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABCB is #7B5434. Grayscale: #A2A2A2. Windows color (decimal): -8082485 or 13347716. OLE color: 13347716.

HSL color Cylindrical-coordinate representation of color #84ABCB: hue angle of 207.04º 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 #84ABCB is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132171203-
CMYK0.350.1600.20
HSL207.04º40.57%65.69%-
HSV(B)207.04º34.98%79.61%-
XYZ34.8638.3462.06-
YUV162.99150.58105.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.09%
GREEN value IS 171 (67.19% from 255) = 33.79%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=26.09%
G=33.79%
B=40.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321712030.350.1600.20207.0440.5765.69
Hex84ABCB2310014cf2942
Octal204253313432002431751102
Binary10000100101010111100101110001110000010100110011111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84ABCB;
 }
 .AnyTagClassName
 {
   color: #84ABCB;
 }
</style>
background-color css

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

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

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

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

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

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