Shades of Tropical Blue #A5BFEB
Tints of Tropical Blue #A5BFEB
RGB
CMYK
RGB Variations
Color information
#A5BFEB (or 0xA5BFEB) is known color: Tropical Blue. HEX triplet: A5, BF and EB. RGB value is (165,191,235). Sum of RGB (Red+Green+Blue) = 165+191+235=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5BFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BFEB is #5A4014. Grayscale: #BCBCBC. Windows color (decimal): -5914645 or 15450021. OLE color: 15450021.
HSL color Cylindrical-coordinate representation of color #A5BFEB: hue angle of 217.71º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5BFEB is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 191 | 235 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.08 |
| HSL | 217.71º | 0.64% | 0.78% | - |
| HSV(B) | 217.71º | 0.3% | 0.92% | - |
| XYZ | 49.14 | 51.26 | 85.9 | - |
| YUV | 188.24 | 154.39 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 191 | 235 | 0.30 | 0.19 | 0 | 0.08 | 217.71 | 0.64 | 0.78 |
| Hex | A5 | BF | EB | 1E | 13 | 0 | 8 | DA | 40 | 4E |
| Octal | 245 | 277 | 353 | 36 | 23 | 0 | 10 | 332 | 100 | 116 |
| Binary | 10100101 | 10111111 | 11101011 | 11110 | 10011 | 0 | 1000 | 11011010 | 1000000 | 1001110 |
Color Harmonies of #A5BFEB
Complementary color
Monochromatic Colors of #A5BFEB
Black with #A5BFEB
Text Example
Text Example
White with #A5BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BFEB; }
p { color: rgb(165,191,235); }
H1.HeaderClassName
{
color: #A5BFEB;
}
.AnyTagClassName
{
color: #A5BFEB;
}
</style>
background-color css
<style>
a { background-color: #A5BFEB; }
a { background-color: rgb(165,191,235); }
div.DivClassName
{
background-color: #A5BFEB;
}
.BgClassName
{
background-color: #A5BFEB;
}
</style>
border-color css
<style>
span { border-color: #A5BFEB; }
span { border-color: rgb(165,191,235); }
td.TdClassName
{
border-color: #A5BFEB;
}
.TagClassName
{
border-color: #A5BFEB;
}
</style>