#93B1DD

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

Shades of Polo Blue #93B1DD

Tints of Polo Blue #93B1DD

Color information

#93B1DD (or 0x93B1DD) is unknown color: approx Polo Blue. HEX triplet: 93, B1 and DD. RGB value is (147,177,221). Sum of RGB (Red+Green+Blue) = 147+177+221=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #93B1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B1DD is #6C4E22. Grayscale: #ACACAC. Windows color (decimal): -7097891 or 14528915. OLE color: 14528915.

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

Color convert

RGB147177221-
CMYK0.330.2000.13
HSL215.68º52.11%72.16%-
HSV(B)215.68º33.48%86.67%-
XYZ40.8142.8774.53-
YUV173.05155.06109.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.97%
GREEN value IS 177 (69.53% from 255) = 32.48%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=26.97%
G=32.48%
B=40.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471772210.330.2000.13215.6852.1172.16
Hex93B1DD21140Dd83448
Octal223261335412401533064110
Binary1001001110110001110111011000011010001101110110001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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