#93ACD5

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

Shades of Polo Blue #93ACD5

Tints of Polo Blue #93ACD5

Color information

#93ACD5 (or 0x93ACD5) is unknown color: approx Polo Blue. HEX triplet: 93, AC and D5. RGB value is (147,172,213). Sum of RGB (Red+Green+Blue) = 147+172+213=532 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.63% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #93ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACD5 is #6C532A. Grayscale: #A9A9A9. Windows color (decimal): -7099179 or 14003347. OLE color: 14003347.

HSL color Cylindrical-coordinate representation of color #93ACD5: hue angle of 217.27º 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 #93ACD5 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB147172213-
CMYK0.310.1900.16
HSL217.27º44%70.59%-
HSV(B)217.27º30.99%83.53%-
XYZ38.840.5168.73-
YUV169.2152.72112.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.63%
GREEN value IS 172 (67.58% from 255) = 32.33%
BLUE value IS 213 (83.59% from 255) = 40.04%
R=27.63%
G=32.33%
B=40.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1471722130.310.1900.16217.274470.59
Hex93ACD51F13010d92c47
Octal223254325372302033154107
Binary1001001110101100110101011111110011010000110110011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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