#93ABC5

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

Shades of Polo Blue #93ABC5

Tints of Polo Blue #93ABC5

Color information

#93ABC5 (or 0x93ABC5) is unknown color: approx Polo Blue. HEX triplet: 93, AB and C5. RGB value is (147,171,197). Sum of RGB (Red+Green+Blue) = 147+171+197=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 197 - color contains mainly: blue. Hex color #93ABC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ABC5 is #6C543A. Grayscale: #A6A6A6. Windows color (decimal): -7099451 or 12954515. OLE color: 12954515.

HSL color Cylindrical-coordinate representation of color #93ABC5: hue angle of 211.2º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93ABC5 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB147171197-
CMYK0.250.1300.23
HSL211.2º30.12%67.45%-
HSV(B)211.2º25.38%77.25%-
XYZ36.6739.3658.49-
YUV166.79145.05113.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.54%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 197 (77.34% from 255) = 38.25%
R=28.54%
G=33.20%
B=38.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1471711970.250.1300.23211.230.1267.45
Hex93ABC519D017d31e43
Octal223253305311502732336103
Binary10010011101010111100010111001110101011111010011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,171,197); }

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

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

 a { background-color: rgb(147,171,197); }

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

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

 span { border-color: rgb(147,171,197); }

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