#93ADD7

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

Shades of Polo Blue #93ADD7

Tints of Polo Blue #93ADD7

Color information

#93ADD7 (or 0x93ADD7) is unknown color: approx Polo Blue. HEX triplet: 93, AD and D7. RGB value is (147,173,215). Sum of RGB (Red+Green+Blue) = 147+173+215=535 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.48% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 215 - color contains mainly: blue. Hex color #93ADD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADD7 is #6C5228. Grayscale: #A9A9A9. Windows color (decimal): -7098921 or 14134675. OLE color: 14134675.

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

Color convert

RGB147173215-
CMYK0.320.2000.16
HSL217.06º45.95%70.98%-
HSV(B)217.06º31.63%84.31%-
XYZ39.244170.13-
YUV170.01153.39111.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.48%
GREEN value IS 173 (67.97% from 255) = 32.34%
BLUE value IS 215 (84.38% from 255) = 40.19%
R=27.48%
G=32.34%
B=40.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1471732150.320.2000.16217.0645.9570.98
Hex93ADD72014010d92e47
Octal223255327402402033156107
Binary10010011101011011101011110000010100010000110110011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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