Shades of Tropical Blue #A8C4FF
Tints of Tropical Blue #A8C4FF
RGB
CMYK
RGB Variations
Color information
#A8C4FF (or 0xA8C4FF) is known color: Tropical Blue. HEX triplet: A8, C4 and FF. RGB value is (168,196,255). Sum of RGB (Red+Green+Blue) = 168+196+255=619 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.14% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8C4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8C4FF is #573B00. Grayscale: #C2C2C2. Windows color (decimal): -5716737 or 16762024. OLE color: 16762024.
HSL color Cylindrical-coordinate representation of color #A8C4FF: hue angle of 220.69º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8C4FF is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 196 | 255 | - |
| CMYK | 0.34 | 0.23 | 0 | 0 |
| HSL | 220.69º | 1% | 0.83% | - |
| HSV(B) | 220.69º | 0.34% | 1% | - |
| XYZ | 53.94 | 55.02 | 102.39 | - |
| YUV | 194.35 | 162.22 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 255 | 0.34 | 0.23 | 0 | 0 | 220.69 | 1 | 0.83 |
| Hex | A8 | C4 | FF | 22 | 17 | 0 | 0 | DD | 64 | 53 |
| Octal | 250 | 304 | 377 | 42 | 27 | 0 | 0 | 335 | 144 | 123 |
| Binary | 10101000 | 11000100 | 11111111 | 100010 | 10111 | 0 | 0 | 11011101 | 1100100 | 1010011 |
Color Harmonies of #A8C4FF
Complementary color
Monochromatic Colors of #A8C4FF
Black with #A8C4FF
Text Example
Text Example
White with #A8C4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C4FF; }
p { color: rgb(168,196,255); }
H1.HeaderClassName
{
color: #A8C4FF;
}
.AnyTagClassName
{
color: #A8C4FF;
}
</style>
background-color css
<style>
a { background-color: #A8C4FF; }
a { background-color: rgb(168,196,255); }
div.DivClassName
{
background-color: #A8C4FF;
}
.BgClassName
{
background-color: #A8C4FF;
}
</style>
border-color css
<style>
span { border-color: #A8C4FF; }
span { border-color: rgb(168,196,255); }
td.TdClassName
{
border-color: #A8C4FF;
}
.TagClassName
{
border-color: #A8C4FF;
}
</style>