Shades of Tropical Blue #A3C0F2
Tints of Tropical Blue #A3C0F2
RGB
CMYK
RGB Variations
Color information
#A3C0F2 (or 0xA3C0F2) is known color: Tropical Blue. HEX triplet: A3, C0 and F2. RGB value is (163,192,242). Sum of RGB (Red+Green+Blue) = 163+192+242=597 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.30% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #A3C0F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3C0F2 is #5C3F0D. Grayscale: #BCBCBC. Windows color (decimal): -6045454 or 15909027. OLE color: 15909027.
HSL color Cylindrical-coordinate representation of color #A3C0F2: hue angle of 217.97º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3C0F2 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 192 | 242 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.05 |
| HSL | 217.97º | 0.75% | 0.79% | - |
| HSV(B) | 217.97º | 0.33% | 0.95% | - |
| XYZ | 49.98 | 51.9 | 91.39 | - |
| YUV | 189.03 | 157.89 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 242 | 0.33 | 0.21 | 0 | 0.05 | 217.97 | 0.75 | 0.79 |
| Hex | A3 | C0 | F2 | 21 | 15 | 0 | 5 | DA | 4B | 4F |
| Octal | 243 | 300 | 362 | 41 | 25 | 0 | 5 | 332 | 113 | 117 |
| Binary | 10100011 | 11000000 | 11110010 | 100001 | 10101 | 0 | 101 | 11011010 | 1001011 | 1001111 |
Color Harmonies of #A3C0F2
Complementary color
Monochromatic Colors of #A3C0F2
Black with #A3C0F2
Text Example
Text Example
White with #A3C0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C0F2; }
p { color: rgb(163,192,242); }
H1.HeaderClassName
{
color: #A3C0F2;
}
.AnyTagClassName
{
color: #A3C0F2;
}
</style>
background-color css
<style>
a { background-color: #A3C0F2; }
a { background-color: rgb(163,192,242); }
div.DivClassName
{
background-color: #A3C0F2;
}
.BgClassName
{
background-color: #A3C0F2;
}
</style>
border-color css
<style>
span { border-color: #A3C0F2; }
span { border-color: rgb(163,192,242); }
td.TdClassName
{
border-color: #A3C0F2;
}
.TagClassName
{
border-color: #A3C0F2;
}
</style>