#ACC2F5

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

Shades of Tropical Blue #ACC2F5

Tints of Tropical Blue #ACC2F5

Color information

#ACC2F5 (or 0xACC2F5) is unknown color: approx Tropical Blue. HEX triplet: AC, C2 and F5. RGB value is (172,194,245). Sum of RGB (Red+Green+Blue) = 172+194+245=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACC2F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC2F5 is #533D0A. Grayscale: #C1C1C1. Windows color (decimal): -5455115 or 16106156. OLE color: 16106156.

HSL color Cylindrical-coordinate representation of color #ACC2F5: hue angle of 221.92º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACC2F5 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172194245-
CMYK0.300.2100.04
HSL221.92º78.49%81.76%-
HSV(B)221.92º29.8%96.08%-
XYZ52.7953.9594.02-
YUV193.24157.21112.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.15%
GREEN value IS 194 (76.17% from 255) = 31.75%
BLUE value IS 245 (96.09% from 255) = 40.10%
R=28.15%
G=31.75%
B=40.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721942450.300.2100.04221.9278.4981.76
HexACC2F51E1504de4e52
Octal254302365362504336116122
Binary101011001100001011110101111101010101001101111010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC2F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC2F5; }

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

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

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

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

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

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

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

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