#94AEC8

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

Shades of Polo Blue #94AEC8

Tints of Polo Blue #94AEC8

Color information

#94AEC8 (or 0x94AEC8) is unknown color: approx Polo Blue. HEX triplet: 94, AE and C8. RGB value is (148,174,200). Sum of RGB (Red+Green+Blue) = 148+174+200=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 200 - color contains mainly: blue. Hex color #94AEC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AEC8 is #6B5137. Grayscale: #A9A9A9. Windows color (decimal): -7033144 or 13151892. OLE color: 13151892.

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

Color convert

RGB148174200-
CMYK0.260.1300.22
HSL210º32.1%68.24%-
HSV(B)210º26%78.43%-
XYZ37.7740.7460.52-
YUV169.19145.39112.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.35%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 200 (78.52% from 255) = 38.31%
R=28.35%
G=33.33%
B=38.31%

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
Decimal1481742000.260.1300.2221032.168.24
Hex94AEC81AD016d22044
Octal224256310321502632240104
Binary100101001010111011001000110101101010110110100101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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