#ACC5EE

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

Shades of Tropical Blue #ACC5EE

Tints of Tropical Blue #ACC5EE

Color information

#ACC5EE (or 0xACC5EE) is unknown color: approx Tropical Blue. HEX triplet: AC, C5 and EE. RGB value is (172,197,238). Sum of RGB (Red+Green+Blue) = 172+197+238=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACC5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC5EE is #533A11. Grayscale: #C2C2C2. Windows color (decimal): -5454354 or 15648172. OLE color: 15648172.

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

Color convert

RGB172197238-
CMYK0.280.1700.07
HSL217.27º66%80.39%-
HSV(B)217.27º27.73%93.33%-
XYZ52.4154.8888.72-
YUV194.2152.72112.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.34%
GREEN value IS 197 (77.34% from 255) = 32.45%
BLUE value IS 238 (93.36% from 255) = 39.21%
R=28.34%
G=32.45%
B=39.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721972380.280.1700.07217.276680.39
HexACC5EE1C1107d94250
Octal254305356342107331102120
Binary101011001100010111101110111001000101111101100110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC5EE; }

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

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

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

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

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

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

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

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