#93B3DD

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

Shades of Polo Blue #93B3DD

Tints of Polo Blue #93B3DD

Color information

#93B3DD (or 0x93B3DD) is unknown color: approx Polo Blue. HEX triplet: 93, B3 and DD. RGB value is (147,179,221). Sum of RGB (Red+Green+Blue) = 147+179+221=547 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.87% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #93B3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B3DD is #6C4C22. Grayscale: #AEAEAE. Windows color (decimal): -7097379 or 14529427. OLE color: 14529427.

HSL color Cylindrical-coordinate representation of color #93B3DD: hue angle of 214.05º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93B3DD is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147179221-
CMYK0.330.1900.13
HSL214.05º52.11%72.16%-
HSV(B)214.05º33.48%86.67%-
XYZ41.243.6674.66-
YUV174.22154.4108.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.87%
GREEN value IS 179 (70.31% from 255) = 32.72%
BLUE value IS 221 (86.72% from 255) = 40.40%
R=26.87%
G=32.72%
B=40.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471792210.330.1900.13214.0552.1172.16
Hex93B3DD21130Dd63448
Octal223263335412301532664110
Binary1001001110110011110111011000011001101101110101101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,179,221); }

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

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

 a { background-color: rgb(147,179,221); }

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

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

 span { border-color: rgb(147,179,221); }

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