#94AED1

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

Shades of Polo Blue #94AED1

Tints of Polo Blue #94AED1

Color information

#94AED1 (or 0x94AED1) is unknown color: approx Polo Blue. HEX triplet: 94, AE and D1. RGB value is (148,174,209). Sum of RGB (Red+Green+Blue) = 148+174+209=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #94AED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AED1 is #6B512E. Grayscale: #AAAAAA. Windows color (decimal): -7033135 or 13741716. OLE color: 13741716.

HSL color Cylindrical-coordinate representation of color #94AED1: hue angle of 214.43º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94AED1 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148174209-
CMYK0.290.1700.18
HSL214.43º39.87%70%-
HSV(B)214.43º29.19%81.96%-
XYZ38.8641.1766.22-
YUV170.22149.89112.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.87%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 209 (82.03% from 255) = 39.36%
R=27.87%
G=32.77%
B=39.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481742090.290.1700.18214.4339.8770
Hex94AED11D11012d62846
Octal224256321352102232650106
Binary1001010010101110110100011110110001010010110101101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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