#94AAC6

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

Shades of Polo Blue #94AAC6

Tints of Polo Blue #94AAC6

Color information

#94AAC6 (or 0x94AAC6) is unknown color: approx Polo Blue. HEX triplet: 94, AA and C6. RGB value is (148,170,198). Sum of RGB (Red+Green+Blue) = 148+170+198=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 198 - color contains mainly: blue. Hex color #94AAC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AAC6 is #6B5539. Grayscale: #A6A6A6. Windows color (decimal): -7034170 or 13019796. OLE color: 13019796.

HSL color Cylindrical-coordinate representation of color #94AAC6: hue angle of 213.6º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94AAC6 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB148170198-
CMYK0.250.1400.22
HSL213.6º30.49%67.84%-
HSV(B)213.6º25.25%77.65%-
XYZ36.7839.1259.04-
YUV166.61145.71114.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.68%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 198 (77.73% from 255) = 38.37%
R=28.68%
G=32.95%
B=38.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481701980.250.1400.22213.630.4967.84
Hex94AAC619E016d61e44
Octal224252306311602632636104
Binary10010100101010101100011011001111001011011010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,170,198); }

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

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

 a { background-color: rgb(148,170,198); }

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

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

 span { border-color: rgb(148,170,198); }

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