#93B1DF

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

Shades of Polo Blue #93B1DF

Tints of Polo Blue #93B1DF

Color information

#93B1DF (or 0x93B1DF) is unknown color: approx Polo Blue. HEX triplet: 93, B1 and DF. RGB value is (147,177,223). Sum of RGB (Red+Green+Blue) = 147+177+223=547 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.87% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #93B1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B1DF is #6C4E20. Grayscale: #ADADAD. Windows color (decimal): -7097889 or 14659987. OLE color: 14659987.

HSL color Cylindrical-coordinate representation of color #93B1DF: hue angle of 216.32º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93B1DF is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147177223-
CMYK0.340.2100.13
HSL216.32º54.29%72.55%-
HSV(B)216.32º34.08%87.45%-
XYZ41.0742.9875.94-
YUV173.27156.06109.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.87%
GREEN value IS 177 (69.53% from 255) = 32.36%
BLUE value IS 223 (87.5% from 255) = 40.77%
R=26.87%
G=32.36%
B=40.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471772230.340.2100.13216.3254.2972.55
Hex93B1DF22150Dd83649
Octal223261337422501533066111
Binary1001001110110001110111111000101010101101110110001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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