#93ADD0

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

Shades of Polo Blue #93ADD0

Tints of Polo Blue #93ADD0

Color information

#93ADD0 (or 0x93ADD0) is unknown color: approx Polo Blue. HEX triplet: 93, AD and D0. RGB value is (147,173,208). Sum of RGB (Red+Green+Blue) = 147+173+208=528 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.84% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #93ADD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADD0 is #6C522F. Grayscale: #A9A9A9. Windows color (decimal): -7098928 or 13675923. OLE color: 13675923.

HSL color Cylindrical-coordinate representation of color #93ADD0: hue angle of 214.43º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93ADD0 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB147173208-
CMYK0.290.1700.18
HSL214.43º39.35%69.61%-
HSV(B)214.43º29.33%81.57%-
XYZ38.3640.6465.5-
YUV169.22149.89112.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.84%
GREEN value IS 173 (67.97% from 255) = 32.77%
BLUE value IS 208 (81.64% from 255) = 39.39%
R=27.84%
G=32.77%
B=39.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1471732080.290.1700.18214.4339.3569.61
Hex93ADD01D11012d62746
Octal223255320352102232647106
Binary1001001110101101110100001110110001010010110101101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ADD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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