#ACC1EA

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

Shades of Tropical Blue #ACC1EA

Tints of Tropical Blue #ACC1EA

Color information

#ACC1EA (or 0xACC1EA) is unknown color: approx Tropical Blue. HEX triplet: AC, C1 and EA. RGB value is (172,193,234). Sum of RGB (Red+Green+Blue) = 172+193+234=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACC1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC1EA is #533E15. Grayscale: #BFBFBF. Windows color (decimal): -5455382 or 15385004. OLE color: 15385004.

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

Color convert

RGB172193234-
CMYK0.260.1800.08
HSL219.68º59.62%79.61%-
HSV(B)219.68º26.5%91.76%-
XYZ50.9352.8585.36-
YUV191.4152.04114.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.71%
GREEN value IS 193 (75.78% from 255) = 32.22%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=28.71%
G=32.22%
B=39.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721932340.260.1800.08219.6859.6279.61
HexACC1EA1A1208dc3c50
Octal254301352322201033474120
Binary101011001100000111101010110101001001000110111001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1EA; }

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

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

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

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

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

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

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

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