Shades of Tropical Blue #A8C3FF
Tints of Tropical Blue #A8C3FF
RGB
CMYK
RGB Variations
Color information
#A8C3FF (or 0xA8C3FF) is known color: Tropical Blue. HEX triplet: A8, C3 and FF. RGB value is (168,195,255). Sum of RGB (Red+Green+Blue) = 168+195+255=618 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.18% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8C3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8C3FF is #573C00. Grayscale: #C1C1C1. Windows color (decimal): -5716993 or 16761768. OLE color: 16761768.
HSL color Cylindrical-coordinate representation of color #A8C3FF: hue angle of 221.38º 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 #A8C3FF is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 195 | 255 | - |
| CMYK | 0.34 | 0.24 | 0 | 0 |
| HSL | 221.38º | 1% | 0.83% | - |
| HSV(B) | 221.38º | 0.34% | 1% | - |
| XYZ | 53.71 | 54.58 | 102.31 | - |
| YUV | 193.77 | 162.55 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 255 | 0.34 | 0.24 | 0 | 0 | 221.38 | 1 | 0.83 |
| Hex | A8 | C3 | FF | 22 | 18 | 0 | 0 | DD | 64 | 53 |
| Octal | 250 | 303 | 377 | 42 | 30 | 0 | 0 | 335 | 144 | 123 |
| Binary | 10101000 | 11000011 | 11111111 | 100010 | 11000 | 0 | 0 | 11011101 | 1100100 | 1010011 |
Color Harmonies of #A8C3FF
Complementary color
Monochromatic Colors of #A8C3FF
Black with #A8C3FF
Text Example
Text Example
White with #A8C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C3FF; }
p { color: rgb(168,195,255); }
H1.HeaderClassName
{
color: #A8C3FF;
}
.AnyTagClassName
{
color: #A8C3FF;
}
</style>
background-color css
<style>
a { background-color: #A8C3FF; }
a { background-color: rgb(168,195,255); }
div.DivClassName
{
background-color: #A8C3FF;
}
.BgClassName
{
background-color: #A8C3FF;
}
</style>
border-color css
<style>
span { border-color: #A8C3FF; }
span { border-color: rgb(168,195,255); }
td.TdClassName
{
border-color: #A8C3FF;
}
.TagClassName
{
border-color: #A8C3FF;
}
</style>