#94AACB

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

Shades of Polo Blue #94AACB

Tints of Polo Blue #94AACB

Color information

#94AACB (or 0x94AACB) is unknown color: approx Polo Blue. HEX triplet: 94, AA and CB. RGB value is (148,170,203). Sum of RGB (Red+Green+Blue) = 148+170+203=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #94AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AACB is #6B5534. Grayscale: #A7A7A7. Windows color (decimal): -7034165 or 13347476. OLE color: 13347476.

HSL color Cylindrical-coordinate representation of color #94AACB: hue angle of 216º 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 #94AACB is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148170203-
CMYK0.270.1600.20
HSL216º34.59%68.82%-
HSV(B)216º27.09%79.61%-
XYZ37.3739.3662.13-
YUV167.18148.21114.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.41%
GREEN value IS 170 (66.80% from 255) = 32.63%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=28.41%
G=32.63%
B=38.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481702030.270.1600.2021634.5968.82
Hex94AACB1B10014d82345
Octal224252313332002433043105
Binary1001010010101010110010111101110000010100110110001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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