#ACC1EC

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

Shades of Tropical Blue #ACC1EC

Tints of Tropical Blue #ACC1EC

Color information

#ACC1EC (or 0xACC1EC) is unknown color: approx Tropical Blue. HEX triplet: AC, C1 and EC. RGB value is (172,193,236). Sum of RGB (Red+Green+Blue) = 172+193+236=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 193 (75.78% from 255 or 32.11% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACC1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC1EC is #533E13. Grayscale: #BFBFBF. Windows color (decimal): -5455380 or 15516076. OLE color: 15516076.

HSL color Cylindrical-coordinate representation of color #ACC1EC: hue angle of 220.31º 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 #ACC1EC is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172193236-
CMYK0.270.1800.07
HSL220.31º62.75%80%-
HSV(B)220.31º27.12%92.55%-
XYZ51.2252.9786.88-
YUV191.62153.04114-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.62%
GREEN value IS 193 (75.78% from 255) = 32.11%
BLUE value IS 236 (92.58% from 255) = 39.27%
R=28.62%
G=32.11%
B=39.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721932360.270.1800.07220.3162.7580
HexACC1EC1B1207dc3f50
Octal25430135433220733477120
Binary10101100110000011110110011011100100111110111001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1EC; }

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

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

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

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

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

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

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

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