#93ACD7

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

Shades of Polo Blue #93ACD7

Tints of Polo Blue #93ACD7

Color information

#93ACD7 (or 0x93ACD7) is unknown color: approx Polo Blue. HEX triplet: 93, AC and D7. RGB value is (147,172,215). Sum of RGB (Red+Green+Blue) = 147+172+215=534 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.53% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #93ACD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACD7 is #6C5328. Grayscale: #A9A9A9. Windows color (decimal): -7099177 or 14134419. OLE color: 14134419.

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

Color convert

RGB147172215-
CMYK0.320.200.16
HSL217.94º45.95%70.98%-
HSV(B)217.94º31.63%84.31%-
XYZ39.0540.6170.07-
YUV169.43153.72112-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.53%
GREEN value IS 172 (67.58% from 255) = 32.21%
BLUE value IS 215 (84.38% from 255) = 40.26%
R=27.53%
G=32.21%
B=40.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1471722150.320.200.16217.9445.9570.98
Hex93ACD72014010da2e47
Octal223254327402402033256107
Binary10010011101011001101011110000010100010000110110101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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