Shades of Tropical Blue #A8C4FE
Tints of Tropical Blue #A8C4FE
RGB
CMYK
RGB Variations
Color information
#A8C4FE (or 0xA8C4FE) is known color: Tropical Blue. HEX triplet: A8, C4 and FE. RGB value is (168,196,254). Sum of RGB (Red+Green+Blue) = 168+196+254=618 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.18% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8C4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8C4FE is #573B01. Grayscale: #C1C1C1. Windows color (decimal): -5716738 or 16696488. OLE color: 16696488.
HSL color Cylindrical-coordinate representation of color #A8C4FE: hue angle of 220.47º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8C4FE is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 196 | 254 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.00 |
| HSL | 220.47º | 0.98% | 0.83% | - |
| HSV(B) | 220.47º | 0.34% | 1% | - |
| XYZ | 53.78 | 54.96 | 101.54 | - |
| YUV | 194.24 | 161.72 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 254 | 0.34 | 0.23 | 0 | 0.00 | 220.47 | 0.98 | 0.83 |
| Hex | A8 | C4 | FE | 22 | 17 | 0 | 0 | DC | 62 | 53 |
| Octal | 250 | 304 | 376 | 42 | 27 | 0 | 0 | 334 | 142 | 123 |
| Binary | 10101000 | 11000100 | 11111110 | 100010 | 10111 | 0 | 0 | 11011100 | 1100010 | 1010011 |
Color Harmonies of #A8C4FE
Complementary color
Monochromatic Colors of #A8C4FE
Black with #A8C4FE
Text Example
Text Example
White with #A8C4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C4FE; }
p { color: rgb(168,196,254); }
H1.HeaderClassName
{
color: #A8C4FE;
}
.AnyTagClassName
{
color: #A8C4FE;
}
</style>
background-color css
<style>
a { background-color: #A8C4FE; }
a { background-color: rgb(168,196,254); }
div.DivClassName
{
background-color: #A8C4FE;
}
.BgClassName
{
background-color: #A8C4FE;
}
</style>
border-color css
<style>
span { border-color: #A8C4FE; }
span { border-color: rgb(168,196,254); }
td.TdClassName
{
border-color: #A8C4FE;
}
.TagClassName
{
border-color: #A8C4FE;
}
</style>