#94ACCA

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

Shades of Polo Blue #94ACCA

Tints of Polo Blue #94ACCA

Color information

#94ACCA (or 0x94ACCA) is unknown color: approx Polo Blue. HEX triplet: 94, AC and CA. RGB value is (148,172,202). Sum of RGB (Red+Green+Blue) = 148+172+202=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #94ACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ACCA is #6B5335. Grayscale: #A8A8A8. Windows color (decimal): -7033654 or 13282452. OLE color: 13282452.

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

Color convert

RGB148172202-
CMYK0.270.1500.21
HSL213.33º33.75%68.63%-
HSV(B)213.33º26.73%79.22%-
XYZ37.6340.0761.63-
YUV168.24147.05113.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.35%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=28.35%
G=32.95%
B=38.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481722020.270.1500.21213.3333.7568.63
Hex94ACCA1BF015d52245
Octal224254312331702532542105
Binary100101001010110011001010110111111010101110101011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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