#ACC4EC

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

Shades of Tropical Blue #ACC4EC

Tints of Tropical Blue #ACC4EC

Color information

#ACC4EC (or 0xACC4EC) is unknown color: approx Tropical Blue. HEX triplet: AC, C4 and EC. RGB value is (172,196,236). Sum of RGB (Red+Green+Blue) = 172+196+236=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 196 (76.95% from 255 or 32.45% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACC4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC4EC is #533B13. Grayscale: #C1C1C1. Windows color (decimal): -5454612 or 15516844. OLE color: 15516844.

HSL color Cylindrical-coordinate representation of color #ACC4EC: hue angle of 217.5º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACC4EC is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172196236-
CMYK0.270.1700.07
HSL217.5º62.75%80%-
HSV(B)217.5º27.12%92.55%-
XYZ51.8954.3187.1-
YUV193.38152.05112.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.48%
GREEN value IS 196 (76.95% from 255) = 32.45%
BLUE value IS 236 (92.58% from 255) = 39.07%
R=28.48%
G=32.45%
B=39.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721962360.270.1700.07217.562.7580
HexACC4EC1B1107da3f50
Octal25430435433210733277120
Binary10101100110001001110110011011100010111110110101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC4EC; }

 p { color: rgb(172,196,236); }

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

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

 a { background-color: rgb(172,196,236); }

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

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

 span { border-color: rgb(172,196,236); }

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