#ACC8EE

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

Shades of Tropical Blue #ACC8EE

Tints of Tropical Blue #ACC8EE

Color information

#ACC8EE (or 0xACC8EE) is unknown color: approx Tropical Blue. HEX triplet: AC, C8 and EE. RGB value is (172,200,238). Sum of RGB (Red+Green+Blue) = 172+200+238=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACC8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC8EE is #533711. Grayscale: #C3C3C3. Windows color (decimal): -5453586 or 15648940. OLE color: 15648940.

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

Color convert

RGB172200238-
CMYK0.280.1600.07
HSL214.55º66%80.39%-
HSV(B)214.55º27.73%93.33%-
XYZ53.156.2588.95-
YUV195.96151.72110.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.20%
GREEN value IS 200 (78.52% from 255) = 32.79%
BLUE value IS 238 (93.36% from 255) = 39.02%
R=28.20%
G=32.79%
B=39.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722002380.280.1600.07214.556680.39
HexACC8EE1C1007d74250
Octal254310356342007327102120
Binary101011001100100011101110111001000001111101011110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC8EE; }

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

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

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

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

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

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

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

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