Shades of Tropical Blue #A0BFED
Tints of Tropical Blue #A0BFED
RGB
CMYK
RGB Variations
Color information
#A0BFED (or 0xA0BFED) is known color: Tropical Blue. HEX triplet: A0, BF and ED. RGB value is (160,191,237). Sum of RGB (Red+Green+Blue) = 160+191+237=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0BFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BFED is #5F4012. Grayscale: #BABABA. Windows color (decimal): -6242323 or 15581088. OLE color: 15581088.
HSL color Cylindrical-coordinate representation of color #A0BFED: hue angle of 215.84º 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 #A0BFED is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 191 | 237 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.07 |
| HSL | 215.84º | 0.68% | 0.78% | - |
| HSV(B) | 215.84º | 0.32% | 0.93% | - |
| XYZ | 48.41 | 50.85 | 87.38 | - |
| YUV | 186.98 | 156.23 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 237 | 0.32 | 0.19 | 0 | 0.07 | 215.84 | 0.68 | 0.78 |
| Hex | A0 | BF | ED | 20 | 13 | 0 | 7 | D8 | 44 | 4E |
| Octal | 240 | 277 | 355 | 40 | 23 | 0 | 7 | 330 | 104 | 116 |
| Binary | 10100000 | 10111111 | 11101101 | 100000 | 10011 | 0 | 111 | 11011000 | 1000100 | 1001110 |
Color Harmonies of #A0BFED
Complementary color
Monochromatic Colors of #A0BFED
Black with #A0BFED
Text Example
Text Example
White with #A0BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BFED; }
p { color: rgb(160,191,237); }
H1.HeaderClassName
{
color: #A0BFED;
}
.AnyTagClassName
{
color: #A0BFED;
}
</style>
background-color css
<style>
a { background-color: #A0BFED; }
a { background-color: rgb(160,191,237); }
div.DivClassName
{
background-color: #A0BFED;
}
.BgClassName
{
background-color: #A0BFED;
}
</style>
border-color css
<style>
span { border-color: #A0BFED; }
span { border-color: rgb(160,191,237); }
td.TdClassName
{
border-color: #A0BFED;
}
.TagClassName
{
border-color: #A0BFED;
}
</style>