Shades of Tropical Blue #A1BFED
Tints of Tropical Blue #A1BFED
RGB
CMYK
RGB Variations
Color information
#A1BFED (or 0xA1BFED) is known color: Tropical Blue. HEX triplet: A1, BF and ED. RGB value is (161,191,237). Sum of RGB (Red+Green+Blue) = 161+191+237=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1BFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BFED is #5E4012. Grayscale: #BBBBBB. Windows color (decimal): -6176787 or 15581089. OLE color: 15581089.
HSL color Cylindrical-coordinate representation of color #A1BFED: hue angle of 216.32º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1BFED is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 191 | 237 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.07 |
| HSL | 216.32º | 0.68% | 0.78% | - |
| HSV(B) | 216.32º | 0.32% | 0.93% | - |
| XYZ | 48.61 | 50.95 | 87.39 | - |
| YUV | 187.27 | 156.06 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 237 | 0.32 | 0.19 | 0 | 0.07 | 216.32 | 0.68 | 0.78 |
| Hex | A1 | BF | ED | 20 | 13 | 0 | 7 | D8 | 44 | 4E |
| Octal | 241 | 277 | 355 | 40 | 23 | 0 | 7 | 330 | 104 | 116 |
| Binary | 10100001 | 10111111 | 11101101 | 100000 | 10011 | 0 | 111 | 11011000 | 1000100 | 1001110 |
Color Harmonies of #A1BFED
Complementary color
Monochromatic Colors of #A1BFED
Black with #A1BFED
Text Example
Text Example
White with #A1BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFED; }
p { color: rgb(161,191,237); }
H1.HeaderClassName
{
color: #A1BFED;
}
.AnyTagClassName
{
color: #A1BFED;
}
</style>
background-color css
<style>
a { background-color: #A1BFED; }
a { background-color: rgb(161,191,237); }
div.DivClassName
{
background-color: #A1BFED;
}
.BgClassName
{
background-color: #A1BFED;
}
</style>
border-color css
<style>
span { border-color: #A1BFED; }
span { border-color: rgb(161,191,237); }
td.TdClassName
{
border-color: #A1BFED;
}
.TagClassName
{
border-color: #A1BFED;
}
</style>