#93ABD5

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

Shades of Polo Blue #93ABD5

Tints of Polo Blue #93ABD5

Color information

#93ABD5 (or 0x93ABD5) is unknown color: approx Polo Blue. HEX triplet: 93, AB and D5. RGB value is (147,171,213). Sum of RGB (Red+Green+Blue) = 147+171+213=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 213 - color contains mainly: blue. Hex color #93ABD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ABD5 is #6C542A. Grayscale: #A8A8A8. Windows color (decimal): -7099435 or 14003091. OLE color: 14003091.

HSL color Cylindrical-coordinate representation of color #93ABD5: hue angle of 218.18º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93ABD5 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB147171213-
CMYK0.310.2000.16
HSL218.18º44%70.59%-
HSV(B)218.18º30.99%83.53%-
XYZ38.6140.1368.66-
YUV168.61153.05112.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.68%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 213 (83.59% from 255) = 40.11%
R=27.68%
G=32.20%
B=40.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1471712130.310.2000.16218.184470.59
Hex93ABD51F14010da2c47
Octal223253325372402033254107
Binary1001001110101011110101011111110100010000110110101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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