#93AECE

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

Shades of Polo Blue #93AECE

Tints of Polo Blue #93AECE

Color information

#93AECE (or 0x93AECE) is unknown color: approx Polo Blue. HEX triplet: 93, AE and CE. RGB value is (147,174,206). Sum of RGB (Red+Green+Blue) = 147+174+206=527 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.89% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #93AECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AECE is #6C5131. Grayscale: #A9A9A9. Windows color (decimal): -7098674 or 13545107. OLE color: 13545107.

HSL color Cylindrical-coordinate representation of color #93AECE: hue angle of 212.54º 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 #93AECE is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147174206-
CMYK0.290.1600.19
HSL212.54º37.58%69.22%-
HSV(B)212.54º28.64%80.78%-
XYZ38.3140.9364.27-
YUV169.58148.55111.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.89%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 206 (80.86% from 255) = 39.09%
R=27.89%
G=33.02%
B=39.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471742060.290.1600.19212.5437.5869.22
Hex93AECE1D10013d52645
Octal223256316352002332546105
Binary1001001110101110110011101110110000010011110101011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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