#94ACC6

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

Shades of Polo Blue #94ACC6

Tints of Polo Blue #94ACC6

Color information

#94ACC6 (or 0x94ACC6) is unknown color: approx Polo Blue. HEX triplet: 94, AC and C6. RGB value is (148,172,198). Sum of RGB (Red+Green+Blue) = 148+172+198=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 198 - color contains mainly: blue. Hex color #94ACC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ACC6 is #6B5339. Grayscale: #A7A7A7. Windows color (decimal): -7033658 or 13020308. OLE color: 13020308.

HSL color Cylindrical-coordinate representation of color #94ACC6: hue angle of 211.2º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94ACC6 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB148172198-
CMYK0.250.1300.22
HSL211.2º30.49%67.84%-
HSV(B)211.2º25.25%77.65%-
XYZ37.1639.8859.16-
YUV167.79145.05113.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.57%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 198 (77.73% from 255) = 38.22%
R=28.57%
G=33.20%
B=38.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481721980.250.1300.22211.230.4967.84
Hex94ACC619D016d31e44
Octal224254306311502632336104
Binary10010100101011001100011011001110101011011010011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,172,198); }

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

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

 a { background-color: rgb(148,172,198); }

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

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

 span { border-color: rgb(148,172,198); }

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