#94AACC

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

Shades of Polo Blue #94AACC

Tints of Polo Blue #94AACC

Color information

#94AACC (or 0x94AACC) is unknown color: approx Polo Blue. HEX triplet: 94, AA and CC. RGB value is (148,170,204). Sum of RGB (Red+Green+Blue) = 148+170+204=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #94AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AACC is #6B5533. Grayscale: #A7A7A7. Windows color (decimal): -7034164 or 13413012. OLE color: 13413012.

HSL color Cylindrical-coordinate representation of color #94AACC: hue angle of 216.43º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94AACC is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB148170204-
CMYK0.270.1700.2
HSL216.43º35.44%69.02%-
HSV(B)216.43º27.45%80%-
XYZ37.4939.462.76-
YUV167.3148.71114.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.35%
GREEN value IS 170 (66.80% from 255) = 32.57%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=28.35%
G=32.57%
B=39.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1481702040.270.1700.2216.4335.4469.02
Hex94AACC1B11014d82345
Octal224252314332102433043105
Binary1001010010101010110011001101110001010100110110001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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