#ACC9EA

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

Shades of Tropical Blue #ACC9EA

Tints of Tropical Blue #ACC9EA

Color information

#ACC9EA (or 0xACC9EA) is unknown color: approx Tropical Blue. HEX triplet: AC, C9 and EA. RGB value is (172,201,234). Sum of RGB (Red+Green+Blue) = 172+201+234=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACC9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC9EA is #533615. Grayscale: #C3C3C3. Windows color (decimal): -5453334 or 15387052. OLE color: 15387052.

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

Color convert

RGB172201234-
CMYK0.260.1400.08
HSL211.94º59.62%79.61%-
HSV(B)211.94º26.5%91.76%-
XYZ52.7556.4885.96-
YUV196.09149.39110.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.34%
GREEN value IS 201 (78.91% from 255) = 33.11%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=28.34%
G=33.11%
B=38.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722012340.260.1400.08211.9459.6279.61
HexACC9EA1AE08d43c50
Octal254311352321601032474120
Binary10101100110010011110101011010111001000110101001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC9EA; }

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

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

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

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

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

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

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

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