#94AECE

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

Shades of Polo Blue #94AECE

Tints of Polo Blue #94AECE

Color information

#94AECE (or 0x94AECE) is unknown color: approx Polo Blue. HEX triplet: 94, AE and CE. RGB value is (148,174,206). Sum of RGB (Red+Green+Blue) = 148+174+206=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #94AECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AECE is #6B5131. Grayscale: #A9A9A9. Windows color (decimal): -7033138 or 13545108. OLE color: 13545108.

HSL color Cylindrical-coordinate representation of color #94AECE: hue angle of 213.1º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94AECE is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148174206-
CMYK0.280.1600.19
HSL213.1º37.18%69.41%-
HSV(B)213.1º28.16%80.78%-
XYZ38.4941.0264.28-
YUV169.87148.39112.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.03%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 206 (80.86% from 255) = 39.02%
R=28.03%
G=32.95%
B=39.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481742060.280.1600.19213.137.1869.41
Hex94AECE1C10013d52545
Octal224256316342002332545105
Binary1001010010101110110011101110010000010011110101011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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