#94AECA

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

Shades of Polo Blue #94AECA

Tints of Polo Blue #94AECA

Color information

#94AECA (or 0x94AECA) is unknown color: approx Polo Blue. HEX triplet: 94, AE and CA. RGB value is (148,174,202). Sum of RGB (Red+Green+Blue) = 148+174+202=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #94AECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AECA is #6B5135. Grayscale: #A9A9A9. Windows color (decimal): -7033142 or 13282964. OLE color: 13282964.

HSL color Cylindrical-coordinate representation of color #94AECA: hue angle of 211.11º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94AECA is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148174202-
CMYK0.270.1400.21
HSL211.11º33.75%68.63%-
HSV(B)211.11º26.73%79.22%-
XYZ38.0140.8361.76-
YUV169.42146.39112.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.24%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=28.24%
G=33.21%
B=38.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481742020.270.1400.21211.1133.7568.63
Hex94AECA1BE015d32245
Octal224256312331602532342105
Binary100101001010111011001010110111110010101110100111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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