#94AECB

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

Shades of Polo Blue #94AECB

Tints of Polo Blue #94AECB

Color information

#94AECB (or 0x94AECB) is unknown color: approx Polo Blue. HEX triplet: 94, AE and CB. RGB value is (148,174,203). Sum of RGB (Red+Green+Blue) = 148+174+203=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #94AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AECB is #6B5134. Grayscale: #A9A9A9. Windows color (decimal): -7033141 or 13348500. OLE color: 13348500.

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

Color convert

RGB148174203-
CMYK0.270.1400.20
HSL211.64º34.59%68.82%-
HSV(B)211.64º27.09%79.61%-
XYZ38.1340.8862.38-
YUV169.53146.89112.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.19%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=28.19%
G=33.14%
B=38.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481742030.270.1400.20211.6434.5968.82
Hex94AECB1BE014d42345
Octal224256313331602432443105
Binary100101001010111011001011110111110010100110101001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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