#93ACDF

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

Shades of Polo Blue #93ACDF

Tints of Polo Blue #93ACDF

Color information

#93ACDF (or 0x93ACDF) is unknown color: approx Polo Blue. HEX triplet: 93, AC and DF. RGB value is (147,172,223). Sum of RGB (Red+Green+Blue) = 147+172+223=542 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.12% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #93ACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACDF is #6C5320. Grayscale: #AAAAAA. Windows color (decimal): -7099169 or 14658707. OLE color: 14658707.

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

Color convert

RGB147172223-
CMYK0.340.2300.13
HSL220.26º54.29%72.55%-
HSV(B)220.26º34.08%87.45%-
XYZ40.141.0475.62-
YUV170.34157.72111.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.12%
GREEN value IS 172 (67.58% from 255) = 31.73%
BLUE value IS 223 (87.5% from 255) = 41.14%
R=27.12%
G=31.73%
B=41.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471722230.340.2300.13220.2654.2972.55
Hex93ACDF22170Ddc3649
Octal223254337422701533466111
Binary1001001110101100110111111000101011101101110111001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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