Shades of Tropical Blue #ACC3EE
Tints of Tropical Blue #ACC3EE
RGB
CMYK
RGB Variations
Color information
#ACC3EE (or 0xACC3EE) is known color: Tropical Blue. HEX triplet: AC, C3 and EE. RGB value is (172,195,238). Sum of RGB (Red+Green+Blue) = 172+195+238=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACC3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC3EE is #533C11. Grayscale: #C0C0C0. Windows color (decimal): -5454866 or 15647660. OLE color: 15647660.
HSL color Cylindrical-coordinate representation of color #ACC3EE: hue angle of 219.09º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACC3EE is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 195 | 238 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.07 |
| HSL | 219.09º | 0.66% | 0.8% | - |
| HSV(B) | 219.09º | 0.28% | 0.93% | - |
| XYZ | 51.96 | 53.97 | 88.57 | - |
| YUV | 193.03 | 153.38 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 238 | 0.28 | 0.18 | 0 | 0.07 | 219.09 | 0.66 | 0.8 |
| Hex | AC | C3 | EE | 1C | 12 | 0 | 7 | DB | 42 | 50 |
| Octal | 254 | 303 | 356 | 34 | 22 | 0 | 7 | 333 | 102 | 120 |
| Binary | 10101100 | 11000011 | 11101110 | 11100 | 10010 | 0 | 111 | 11011011 | 1000010 | 1010000 |
Color Harmonies of #ACC3EE
Complementary color
Monochromatic Colors of #ACC3EE
Black with #ACC3EE
Text Example
Text Example
White with #ACC3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC3EE; }
p { color: rgb(172,195,238); }
H1.HeaderClassName
{
color: #ACC3EE;
}
.AnyTagClassName
{
color: #ACC3EE;
}
</style>
background-color css
<style>
a { background-color: #ACC3EE; }
a { background-color: rgb(172,195,238); }
div.DivClassName
{
background-color: #ACC3EE;
}
.BgClassName
{
background-color: #ACC3EE;
}
</style>
border-color css
<style>
span { border-color: #ACC3EE; }
span { border-color: rgb(172,195,238); }
td.TdClassName
{
border-color: #ACC3EE;
}
.TagClassName
{
border-color: #ACC3EE;
}
</style>