#93AACB

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

Shades of Polo Blue #93AACB

Tints of Polo Blue #93AACB

Color information

#93AACB (or 0x93AACB) is unknown color: approx Polo Blue. HEX triplet: 93, AA and CB. RGB value is (147,170,203). Sum of RGB (Red+Green+Blue) = 147+170+203=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #93AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AACB is #6C5534. Grayscale: #A6A6A6. Windows color (decimal): -7099701 or 13347475. OLE color: 13347475.

HSL color Cylindrical-coordinate representation of color #93AACB: hue angle of 215.36º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93AACB is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147170203-
CMYK0.280.1600.20
HSL215.36º35%68.63%-
HSV(B)215.36º27.59%79.61%-
XYZ37.1939.2662.12-
YUV166.88148.38113.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.27%
GREEN value IS 170 (66.80% from 255) = 32.69%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=28.27%
G=32.69%
B=39.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471702030.280.1600.20215.363568.63
Hex93AACB1C10014d72345
Octal223252313342002432743105
Binary1001001110101010110010111110010000010100110101111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93AACB; }

 p { color: rgb(147,170,203); }

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

<style>
 a { background-color: #93AACB; }

 a { background-color: rgb(147,170,203); }

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

<style>
 span { border-color: #93AACB; }

 span { border-color: rgb(147,170,203); }

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