#93AACF

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

Shades of Polo Blue #93AACF

Tints of Polo Blue #93AACF

Color information

#93AACF (or 0x93AACF) is unknown color: approx Polo Blue. HEX triplet: 93, AA and CF. RGB value is (147,170,207). Sum of RGB (Red+Green+Blue) = 147+170+207=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #93AACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AACF is #6C5530. Grayscale: #A7A7A7. Windows color (decimal): -7099697 or 13609619. OLE color: 13609619.

HSL color Cylindrical-coordinate representation of color #93AACF: hue angle of 217º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93AACF is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147170207-
CMYK0.290.1800.19
HSL217º38.46%69.41%-
HSV(B)217º28.99%81.18%-
XYZ37.6739.4664.66-
YUV167.34150.38113.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.05%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 207 (81.25% from 255) = 39.50%
R=28.05%
G=32.44%
B=39.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471702070.290.1800.1921738.4669.41
Hex93AACF1D12013d92645
Octal223252317352202333146105
Binary1001001110101010110011111110110010010011110110011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,170,207); }

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

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

 a { background-color: rgb(147,170,207); }

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

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

 span { border-color: rgb(147,170,207); }

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