#93ACCA

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

Shades of Polo Blue #93ACCA

Tints of Polo Blue #93ACCA

Color information

#93ACCA (or 0x93ACCA) is unknown color: approx Polo Blue. HEX triplet: 93, AC and CA. RGB value is (147,172,202). Sum of RGB (Red+Green+Blue) = 147+172+202=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #93ACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACCA is #6C5335. Grayscale: #A7A7A7. Windows color (decimal): -7099190 or 13282451. OLE color: 13282451.

HSL color Cylindrical-coordinate representation of color #93ACCA: hue angle of 212.73º 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 #93ACCA is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147172202-
CMYK0.270.1500.21
HSL212.73º34.16%68.43%-
HSV(B)212.73º27.23%79.22%-
XYZ37.4539.9761.62-
YUV167.94147.22113.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.21%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=28.21%
G=33.01%
B=38.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471722020.270.1500.21212.7334.1668.43
Hex93ACCA1BF015d52244
Octal223254312331702532542104
Binary100100111010110011001010110111111010101110101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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