#94AEC7

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

Shades of Polo Blue #94AEC7

Tints of Polo Blue #94AEC7

Color information

#94AEC7 (or 0x94AEC7) is unknown color: approx Polo Blue. HEX triplet: 94, AE and C7. RGB value is (148,174,199). Sum of RGB (Red+Green+Blue) = 148+174+199=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 199 - color contains mainly: blue. Hex color #94AEC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AEC7 is #6B5138. Grayscale: #A8A8A8. Windows color (decimal): -7033145 or 13086356. OLE color: 13086356.

HSL color Cylindrical-coordinate representation of color #94AEC7: hue angle of 209.41º degrees, saturation: 0.31, 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 #94AEC7 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB148174199-
CMYK0.260.1300.22
HSL209.41º31.29%68.04%-
HSV(B)209.41º25.63%78.04%-
XYZ37.6640.6959.9-
YUV169.08144.89112.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.41%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 199 (78.12% from 255) = 38.20%
R=28.41%
G=33.40%
B=38.20%

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
Decimal1481741990.260.1300.22209.4131.2968.04
Hex94AEC71AD016d11f44
Octal224256307321502632137104
Binary10010100101011101100011111010110101011011010001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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