#93AECA

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

Shades of Polo Blue #93AECA

Tints of Polo Blue #93AECA

Color information

#93AECA (or 0x93AECA) is unknown color: approx Polo Blue. HEX triplet: 93, AE and CA. RGB value is (147,174,202). Sum of RGB (Red+Green+Blue) = 147+174+202=523 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.11% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #93AECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AECA is #6C5135. Grayscale: #A8A8A8. Windows color (decimal): -7098678 or 13282963. OLE color: 13282963.

HSL color Cylindrical-coordinate representation of color #93AECA: hue angle of 210.55º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93AECA is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147174202-
CMYK0.270.1400.21
HSL210.55º34.16%68.43%-
HSV(B)210.55º27.23%79.22%-
XYZ37.8340.7461.75-
YUV169.12146.55112.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.11%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=28.11%
G=33.27%
B=38.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471742020.270.1400.21210.5534.1668.43
Hex93AECA1BE015d32244
Octal223256312331602532342104
Binary100100111010111011001010110111110010101110100111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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