Shades of Tropical Blue #ACC2F1
Tints of Tropical Blue #ACC2F1
RGB
CMYK
RGB Variations
Color information
#ACC2F1 (or 0xACC2F1) is known color: Tropical Blue. HEX triplet: AC, C2 and F1. RGB value is (172,194,241). Sum of RGB (Red+Green+Blue) = 172+194+241=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACC2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC2F1 is #533D0E. Grayscale: #C0C0C0. Windows color (decimal): -5455119 or 15844012. OLE color: 15844012.
HSL color Cylindrical-coordinate representation of color #ACC2F1: hue angle of 220.87º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACC2F1 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 194 | 241 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.05 |
| HSL | 220.87º | 0.71% | 0.81% | - |
| HSV(B) | 220.87º | 0.29% | 0.95% | - |
| XYZ | 52.18 | 53.71 | 90.83 | - |
| YUV | 192.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 241 | 0.29 | 0.20 | 0 | 0.05 | 220.87 | 0.71 | 0.81 |
| Hex | AC | C2 | F1 | 1D | 14 | 0 | 5 | DD | 47 | 51 |
| Octal | 254 | 302 | 361 | 35 | 24 | 0 | 5 | 335 | 107 | 121 |
| Binary | 10101100 | 11000010 | 11110001 | 11101 | 10100 | 0 | 101 | 11011101 | 1000111 | 1010001 |
Color Harmonies of #ACC2F1
Complementary color
Monochromatic Colors of #ACC2F1
Black with #ACC2F1
Text Example
Text Example
White with #ACC2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC2F1; }
p { color: rgb(172,194,241); }
H1.HeaderClassName
{
color: #ACC2F1;
}
.AnyTagClassName
{
color: #ACC2F1;
}
</style>
background-color css
<style>
a { background-color: #ACC2F1; }
a { background-color: rgb(172,194,241); }
div.DivClassName
{
background-color: #ACC2F1;
}
.BgClassName
{
background-color: #ACC2F1;
}
</style>
border-color css
<style>
span { border-color: #ACC2F1; }
span { border-color: rgb(172,194,241); }
td.TdClassName
{
border-color: #ACC2F1;
}
.TagClassName
{
border-color: #ACC2F1;
}
</style>