#94ACCC

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

Shades of Polo Blue #94ACCC

Tints of Polo Blue #94ACCC

Color information

#94ACCC (or 0x94ACCC) is unknown color: approx Polo Blue. HEX triplet: 94, AC and CC. RGB value is (148,172,204). Sum of RGB (Red+Green+Blue) = 148+172+204=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #94ACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ACCC is #6B5333. Grayscale: #A8A8A8. Windows color (decimal): -7033652 or 13413524. OLE color: 13413524.

HSL color Cylindrical-coordinate representation of color #94ACCC: hue angle of 214.29º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94ACCC is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB148172204-
CMYK0.270.1600.2
HSL214.29º35.44%69.02%-
HSV(B)214.29º27.45%80%-
XYZ37.8640.1662.88-
YUV168.47148.05113.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.24%
GREEN value IS 172 (67.58% from 255) = 32.82%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=28.24%
G=32.82%
B=38.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1481722040.270.1600.2214.2935.4469.02
Hex94ACCC1B10014d62345
Octal224254314332002432643105
Binary1001010010101100110011001101110000010100110101101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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