Shades of Tropical Blue #A2C2F8
Tints of Tropical Blue #A2C2F8
RGB
CMYK
RGB Variations
Color information
#A2C2F8 (or 0xA2C2F8) is known color: Tropical Blue. HEX triplet: A2, C2 and F8. RGB value is (162,194,248). Sum of RGB (Red+Green+Blue) = 162+194+248=604 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.82% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 248 (97.27% from 255 or 41.06% from 604); Max value from RGB is 248 - color contains mainly: blue. Hex color #A2C2F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C2F8 is #5D3D07. Grayscale: #BEBEBE. Windows color (decimal): -6110472 or 16302754. OLE color: 16302754.
HSL color Cylindrical-coordinate representation of color #A2C2F8: hue angle of 217.67º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2C2F8 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 194 | 248 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.03 |
| HSL | 217.67º | 0.86% | 0.8% | - |
| HSV(B) | 217.67º | 0.35% | 0.97% | - |
| XYZ | 51.14 | 53.04 | 96.35 | - |
| YUV | 190.59 | 160.4 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 248 | 0.35 | 0.22 | 0 | 0.03 | 217.67 | 0.86 | 0.8 |
| Hex | A2 | C2 | F8 | 23 | 16 | 0 | 3 | DA | 56 | 50 |
| Octal | 242 | 302 | 370 | 43 | 26 | 0 | 3 | 332 | 126 | 120 |
| Binary | 10100010 | 11000010 | 11111000 | 100011 | 10110 | 0 | 11 | 11011010 | 1010110 | 1010000 |
Color Harmonies of #A2C2F8
Complementary color
Monochromatic Colors of #A2C2F8
Black with #A2C2F8
Text Example
Text Example
White with #A2C2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C2F8; }
p { color: rgb(162,194,248); }
H1.HeaderClassName
{
color: #A2C2F8;
}
.AnyTagClassName
{
color: #A2C2F8;
}
</style>
background-color css
<style>
a { background-color: #A2C2F8; }
a { background-color: rgb(162,194,248); }
div.DivClassName
{
background-color: #A2C2F8;
}
.BgClassName
{
background-color: #A2C2F8;
}
</style>
border-color css
<style>
span { border-color: #A2C2F8; }
span { border-color: rgb(162,194,248); }
td.TdClassName
{
border-color: #A2C2F8;
}
.TagClassName
{
border-color: #A2C2F8;
}
</style>