#93AED7

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

Shades of Polo Blue #93AED7

Tints of Polo Blue #93AED7

Color information

#93AED7 (or 0x93AED7) is unknown color: approx Polo Blue. HEX triplet: 93, AE and D7. RGB value is (147,174,215). Sum of RGB (Red+Green+Blue) = 147+174+215=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 215 - color contains mainly: blue. Hex color #93AED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AED7 is #6C5128. Grayscale: #AAAAAA. Windows color (decimal): -7098665 or 14134931. OLE color: 14134931.

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

Color convert

RGB147174215-
CMYK0.320.1900.16
HSL216.18º45.95%70.98%-
HSV(B)216.18º31.63%84.31%-
XYZ39.4341.3870.2-
YUV170.6153.05111.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.43%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 215 (84.38% from 255) = 40.11%
R=27.43%
G=32.46%
B=40.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1471742150.320.1900.16216.1845.9570.98
Hex93AED72013010d82e47
Octal223256327402302033056107
Binary10010011101011101101011110000010011010000110110001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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