#ACC2EA

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

Shades of Tropical Blue #ACC2EA

Tints of Tropical Blue #ACC2EA

Color information

#ACC2EA (or 0xACC2EA) is unknown color: approx Tropical Blue. HEX triplet: AC, C2 and EA. RGB value is (172,194,234). Sum of RGB (Red+Green+Blue) = 172+194+234=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACC2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC2EA is #533D15. Grayscale: #BFBFBF. Windows color (decimal): -5455126 or 15385260. OLE color: 15385260.

HSL color Cylindrical-coordinate representation of color #ACC2EA: hue angle of 218.71º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACC2EA is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172194234-
CMYK0.260.1700.08
HSL218.71º59.62%79.61%-
HSV(B)218.71º26.5%91.76%-
XYZ51.1653.2985.43-
YUV191.98151.71113.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.67%
GREEN value IS 194 (76.17% from 255) = 32.33%
BLUE value IS 234 (91.80% from 255) = 39%
R=28.67%
G=32.33%
B=39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721942340.260.1700.08218.7159.6279.61
HexACC2EA1A1108db3c50
Octal254302352322101033374120
Binary101011001100001011101010110101000101000110110111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC2EA; }

 p { color: rgb(172,194,234); }

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

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

 a { background-color: rgb(172,194,234); }

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

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

 span { border-color: rgb(172,194,234); }

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