Shades of Tropical Blue #ACC3F1
Tints of Tropical Blue #ACC3F1
RGB
CMYK
RGB Variations
Color information
#ACC3F1 (or 0xACC3F1) is known color: Tropical Blue. HEX triplet: AC, C3 and F1. RGB value is (172,195,241). Sum of RGB (Red+Green+Blue) = 172+195+241=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACC3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC3F1 is #533C0E. Grayscale: #C1C1C1. Windows color (decimal): -5454863 or 15844268. OLE color: 15844268.
HSL color Cylindrical-coordinate representation of color #ACC3F1: hue angle of 220º 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 #ACC3F1 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 195 | 241 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.05 |
| HSL | 220º | 0.71% | 0.81% | - |
| HSV(B) | 220º | 0.29% | 0.95% | - |
| XYZ | 52.41 | 54.15 | 90.91 | - |
| YUV | 193.37 | 154.88 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 241 | 0.29 | 0.19 | 0 | 0.05 | 220 | 0.71 | 0.81 |
| Hex | AC | C3 | F1 | 1D | 13 | 0 | 5 | DC | 47 | 51 |
| Octal | 254 | 303 | 361 | 35 | 23 | 0 | 5 | 334 | 107 | 121 |
| Binary | 10101100 | 11000011 | 11110001 | 11101 | 10011 | 0 | 101 | 11011100 | 1000111 | 1010001 |
Color Harmonies of #ACC3F1
Complementary color
Monochromatic Colors of #ACC3F1
Black with #ACC3F1
Text Example
Text Example
White with #ACC3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC3F1; }
p { color: rgb(172,195,241); }
H1.HeaderClassName
{
color: #ACC3F1;
}
.AnyTagClassName
{
color: #ACC3F1;
}
</style>
background-color css
<style>
a { background-color: #ACC3F1; }
a { background-color: rgb(172,195,241); }
div.DivClassName
{
background-color: #ACC3F1;
}
.BgClassName
{
background-color: #ACC3F1;
}
</style>
border-color css
<style>
span { border-color: #ACC3F1; }
span { border-color: rgb(172,195,241); }
td.TdClassName
{
border-color: #ACC3F1;
}
.TagClassName
{
border-color: #ACC3F1;
}
</style>