Shades of Tropical Blue #A8C3FC
Tints of Tropical Blue #A8C3FC
RGB
CMYK
RGB Variations
Color information
#A8C3FC (or 0xA8C3FC) is known color: Tropical Blue. HEX triplet: A8, C3 and FC. RGB value is (168,195,252). Sum of RGB (Red+Green+Blue) = 168+195+252=615 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.32% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8C3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8C3FC is #573C03. Grayscale: #C1C1C1. Windows color (decimal): -5716996 or 16565160. OLE color: 16565160.
HSL color Cylindrical-coordinate representation of color #A8C3FC: hue angle of 220.71º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8C3FC is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 195 | 252 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.01 |
| HSL | 220.71º | 0.93% | 0.82% | - |
| HSV(B) | 220.71º | 0.33% | 0.99% | - |
| XYZ | 53.23 | 54.38 | 99.79 | - |
| YUV | 193.43 | 161.05 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 252 | 0.33 | 0.23 | 0 | 0.01 | 220.71 | 0.93 | 0.82 |
| Hex | A8 | C3 | FC | 21 | 17 | 0 | 1 | DD | 5D | 52 |
| Octal | 250 | 303 | 374 | 41 | 27 | 0 | 1 | 335 | 135 | 122 |
| Binary | 10101000 | 11000011 | 11111100 | 100001 | 10111 | 0 | 1 | 11011101 | 1011101 | 1010010 |
Color Harmonies of #A8C3FC
Complementary color
Monochromatic Colors of #A8C3FC
Black with #A8C3FC
Text Example
Text Example
White with #A8C3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C3FC; }
p { color: rgb(168,195,252); }
H1.HeaderClassName
{
color: #A8C3FC;
}
.AnyTagClassName
{
color: #A8C3FC;
}
</style>
background-color css
<style>
a { background-color: #A8C3FC; }
a { background-color: rgb(168,195,252); }
div.DivClassName
{
background-color: #A8C3FC;
}
.BgClassName
{
background-color: #A8C3FC;
}
</style>
border-color css
<style>
span { border-color: #A8C3FC; }
span { border-color: rgb(168,195,252); }
td.TdClassName
{
border-color: #A8C3FC;
}
.TagClassName
{
border-color: #A8C3FC;
}
</style>