Shades of Tropical Blue #A3C0F1
Tints of Tropical Blue #A3C0F1
RGB
CMYK
RGB Variations
Color information
#A3C0F1 (or 0xA3C0F1) is known color: Tropical Blue. HEX triplet: A3, C0 and F1. RGB value is (163,192,241). Sum of RGB (Red+Green+Blue) = 163+192+241=596 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.35% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #A3C0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3C0F1 is #5C3F0E. Grayscale: #BCBCBC. Windows color (decimal): -6045455 or 15843491. OLE color: 15843491.
HSL color Cylindrical-coordinate representation of color #A3C0F1: hue angle of 217.69º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3C0F1 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 192 | 241 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.05 |
| HSL | 217.69º | 0.74% | 0.79% | - |
| HSV(B) | 217.69º | 0.32% | 0.95% | - |
| XYZ | 49.83 | 51.84 | 90.6 | - |
| YUV | 188.92 | 157.39 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 241 | 0.32 | 0.20 | 0 | 0.05 | 217.69 | 0.74 | 0.79 |
| Hex | A3 | C0 | F1 | 20 | 14 | 0 | 5 | DA | 4A | 4F |
| Octal | 243 | 300 | 361 | 40 | 24 | 0 | 5 | 332 | 112 | 117 |
| Binary | 10100011 | 11000000 | 11110001 | 100000 | 10100 | 0 | 101 | 11011010 | 1001010 | 1001111 |
Color Harmonies of #A3C0F1
Complementary color
Monochromatic Colors of #A3C0F1
Black with #A3C0F1
Text Example
Text Example
White with #A3C0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C0F1; }
p { color: rgb(163,192,241); }
H1.HeaderClassName
{
color: #A3C0F1;
}
.AnyTagClassName
{
color: #A3C0F1;
}
</style>
background-color css
<style>
a { background-color: #A3C0F1; }
a { background-color: rgb(163,192,241); }
div.DivClassName
{
background-color: #A3C0F1;
}
.BgClassName
{
background-color: #A3C0F1;
}
</style>
border-color css
<style>
span { border-color: #A3C0F1; }
span { border-color: rgb(163,192,241); }
td.TdClassName
{
border-color: #A3C0F1;
}
.TagClassName
{
border-color: #A3C0F1;
}
</style>