#94AECD

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

Shades of Polo Blue #94AECD

Tints of Polo Blue #94AECD

Color information

#94AECD (or 0x94AECD) is unknown color: approx Polo Blue. HEX triplet: 94, AE and CD. RGB value is (148,174,205). Sum of RGB (Red+Green+Blue) = 148+174+205=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #94AECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AECD is #6B5132. Grayscale: #A9A9A9. Windows color (decimal): -7033139 or 13479572. OLE color: 13479572.

HSL color Cylindrical-coordinate representation of color #94AECD: hue angle of 212.63º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94AECD is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148174205-
CMYK0.280.1500.20
HSL212.63º36.31%69.22%-
HSV(B)212.63º27.8%80.39%-
XYZ38.3740.9863.64-
YUV169.76147.89112.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.08%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=28.08%
G=33.02%
B=38.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481742050.280.1500.20212.6336.3169.22
Hex94AECD1CF014d52445
Octal224256315341702432544105
Binary100101001010111011001101111001111010100110101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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