#93AEC8

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

Shades of Polo Blue #93AEC8

Tints of Polo Blue #93AEC8

Color information

#93AEC8 (or 0x93AEC8) is unknown color: approx Polo Blue. HEX triplet: 93, AE and C8. RGB value is (147,174,200). Sum of RGB (Red+Green+Blue) = 147+174+200=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 200 - color contains mainly: blue. Hex color #93AEC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AEC8 is #6C5137. Grayscale: #A8A8A8. Windows color (decimal): -7098680 or 13151891. OLE color: 13151891.

HSL color Cylindrical-coordinate representation of color #93AEC8: hue angle of 209.43º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93AEC8 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB147174200-
CMYK0.260.1300.22
HSL209.43º32.52%68.04%-
HSV(B)209.43º26.5%78.43%-
XYZ37.5940.6560.51-
YUV168.89145.55112.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.21%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 200 (78.52% from 255) = 38.39%
R=28.21%
G=33.40%
B=38.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1471742000.260.1300.22209.4332.5268.04
Hex93AEC81AD016d12144
Octal223256310321502632141104
Binary100100111010111011001000110101101010110110100011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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