Shades of Tropical Blue #ACCAF0
Tints of Tropical Blue #ACCAF0
RGB
CMYK
RGB Variations
Color information
#ACCAF0 (or 0xACCAF0) is known color: Tropical Blue. HEX triplet: AC, CA and F0. RGB value is (172,202,240). Sum of RGB (Red+Green+Blue) = 172+202+240=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACCAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCAF0 is #53350F. Grayscale: #C5C5C5. Windows color (decimal): -5453072 or 15780524. OLE color: 15780524.
HSL color Cylindrical-coordinate representation of color #ACCAF0: hue angle of 213.53º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACCAF0 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 202 | 240 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.06 |
| HSL | 213.53º | 0.69% | 0.81% | - |
| HSV(B) | 213.53º | 0.28% | 0.94% | - |
| XYZ | 53.86 | 57.3 | 90.66 | - |
| YUV | 197.36 | 152.06 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 202 | 240 | 0.28 | 0.16 | 0 | 0.06 | 213.53 | 0.69 | 0.81 |
| Hex | AC | CA | F0 | 1C | 10 | 0 | 6 | D6 | 45 | 51 |
| Octal | 254 | 312 | 360 | 34 | 20 | 0 | 6 | 326 | 105 | 121 |
| Binary | 10101100 | 11001010 | 11110000 | 11100 | 10000 | 0 | 110 | 11010110 | 1000101 | 1010001 |
Color Harmonies of #ACCAF0
Complementary color
Monochromatic Colors of #ACCAF0
Black with #ACCAF0
Text Example
Text Example
White with #ACCAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCAF0; }
p { color: rgb(172,202,240); }
H1.HeaderClassName
{
color: #ACCAF0;
}
.AnyTagClassName
{
color: #ACCAF0;
}
</style>
background-color css
<style>
a { background-color: #ACCAF0; }
a { background-color: rgb(172,202,240); }
div.DivClassName
{
background-color: #ACCAF0;
}
.BgClassName
{
background-color: #ACCAF0;
}
</style>
border-color css
<style>
span { border-color: #ACCAF0; }
span { border-color: rgb(172,202,240); }
td.TdClassName
{
border-color: #ACCAF0;
}
.TagClassName
{
border-color: #ACCAF0;
}
</style>