#93ACDA

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

Shades of Polo Blue #93ACDA

Tints of Polo Blue #93ACDA

Color information

#93ACDA (or 0x93ACDA) is unknown color: approx Polo Blue. HEX triplet: 93, AC and DA. RGB value is (147,172,218). Sum of RGB (Red+Green+Blue) = 147+172+218=537 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.37% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #93ACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACDA is #6C5325. Grayscale: #A9A9A9. Windows color (decimal): -7099174 or 14331027. OLE color: 14331027.

HSL color Cylindrical-coordinate representation of color #93ACDA: hue angle of 218.87º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93ACDA is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB147172218-
CMYK0.330.2100.15
HSL218.87º48.97%71.57%-
HSV(B)218.87º32.57%85.49%-
XYZ39.4440.7772.12-
YUV169.77155.22111.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.37%
GREEN value IS 172 (67.58% from 255) = 32.03%
BLUE value IS 218 (85.55% from 255) = 40.60%
R=27.37%
G=32.03%
B=40.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1471722180.330.2100.15218.8748.9771.57
Hex93ACDA21150Fdb3148
Octal223254332412501733361110
Binary1001001110101100110110101000011010101111110110111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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