#ACC8EC

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

Shades of Tropical Blue #ACC8EC

Tints of Tropical Blue #ACC8EC

Color information

#ACC8EC (or 0xACC8EC) is unknown color: approx Tropical Blue. HEX triplet: AC, C8 and EC. RGB value is (172,200,236). Sum of RGB (Red+Green+Blue) = 172+200+236=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 200 (78.52% from 255 or 32.89% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACC8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC8EC is #533713. Grayscale: #C3C3C3. Windows color (decimal): -5453588 or 15517868. OLE color: 15517868.

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

Color convert

RGB172200236-
CMYK0.270.1500.07
HSL213.75º62.75%80%-
HSV(B)213.75º27.12%92.55%-
XYZ52.8156.1487.41-
YUV195.73150.72111.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.29%
GREEN value IS 200 (78.52% from 255) = 32.89%
BLUE value IS 236 (92.58% from 255) = 38.82%
R=28.29%
G=32.89%
B=38.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722002360.270.1500.07213.7562.7580
HexACC8EC1BF07d63f50
Octal25431035433170732677120
Binary1010110011001000111011001101111110111110101101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC8EC; }

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

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

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

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

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

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

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

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