Shades of Tropical Blue #A8C1EF
Tints of Tropical Blue #A8C1EF
RGB
CMYK
RGB Variations
Color information
#A8C1EF (or 0xA8C1EF) is known color: Tropical Blue. HEX triplet: A8, C1 and EF. RGB value is (168,193,239). Sum of RGB (Red+Green+Blue) = 168+193+239=600 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8C1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8C1EF is #573E10. Grayscale: #BEBEBE. Windows color (decimal): -5717521 or 15712680. OLE color: 15712680.
HSL color Cylindrical-coordinate representation of color #A8C1EF: hue angle of 218.87º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8C1EF is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 193 | 239 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.06 |
| HSL | 218.87º | 0.69% | 0.8% | - |
| HSV(B) | 218.87º | 0.3% | 0.94% | - |
| XYZ | 50.8 | 52.7 | 89.16 | - |
| YUV | 190.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 239 | 0.30 | 0.19 | 0 | 0.06 | 218.87 | 0.69 | 0.8 |
| Hex | A8 | C1 | EF | 1E | 13 | 0 | 6 | DB | 45 | 50 |
| Octal | 250 | 301 | 357 | 36 | 23 | 0 | 6 | 333 | 105 | 120 |
| Binary | 10101000 | 11000001 | 11101111 | 11110 | 10011 | 0 | 110 | 11011011 | 1000101 | 1010000 |
Color Harmonies of #A8C1EF
Complementary color
Monochromatic Colors of #A8C1EF
Black with #A8C1EF
Text Example
Text Example
White with #A8C1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C1EF; }
p { color: rgb(168,193,239); }
H1.HeaderClassName
{
color: #A8C1EF;
}
.AnyTagClassName
{
color: #A8C1EF;
}
</style>
background-color css
<style>
a { background-color: #A8C1EF; }
a { background-color: rgb(168,193,239); }
div.DivClassName
{
background-color: #A8C1EF;
}
.BgClassName
{
background-color: #A8C1EF;
}
</style>
border-color css
<style>
span { border-color: #A8C1EF; }
span { border-color: rgb(168,193,239); }
td.TdClassName
{
border-color: #A8C1EF;
}
.TagClassName
{
border-color: #A8C1EF;
}
</style>