#94AEDE

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

Shades of Polo Blue #94AEDE

Tints of Polo Blue #94AEDE

Color information

#94AEDE (or 0x94AEDE) is unknown color: approx Polo Blue. HEX triplet: 94, AE and DE. RGB value is (148,174,222). Sum of RGB (Red+Green+Blue) = 148+174+222=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #94AEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AEDE is #6B5121. Grayscale: #ABABAB. Windows color (decimal): -7033122 or 14593684. OLE color: 14593684.

HSL color Cylindrical-coordinate representation of color #94AEDE: hue angle of 218.92º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94AEDE is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148174222-
CMYK0.330.2200.13
HSL218.92º52.86%72.55%-
HSV(B)218.92º33.33%87.06%-
XYZ40.5341.8475.05-
YUV171.7156.39111.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.21%
GREEN value IS 174 (68.36% from 255) = 31.99%
BLUE value IS 222 (87.11% from 255) = 40.81%
R=27.21%
G=31.99%
B=40.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481742220.330.2200.13218.9252.8672.55
Hex94AEDE21160Ddb3549
Octal224256336412601533365111
Binary1001010010101110110111101000011011001101110110111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AEDE; }

 p { color: rgb(148,174,222); }

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

<style>
 a { background-color: #94AEDE; }

 a { background-color: rgb(148,174,222); }

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

<style>
 span { border-color: #94AEDE; }

 span { border-color: rgb(148,174,222); }

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