Shades of Tropical Blue #B0C5FA
Tints of Tropical Blue #B0C5FA
RGB
CMYK
RGB Variations
Color information
#B0C5FA (or 0xB0C5FA) is known color: Tropical Blue. HEX triplet: B0, C5 and FA. RGB value is (176,197,250). Sum of RGB (Red+Green+Blue) = 176+197+250=623 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.25% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0C5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C5FA is #4F3A05. Grayscale: #C4C4C4. Windows color (decimal): -5192198 or 16434608. OLE color: 16434608.
HSL color Cylindrical-coordinate representation of color #B0C5FA: hue angle of 222.97º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0C5FA is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 197 | 250 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.02 |
| HSL | 222.97º | 0.88% | 0.84% | - |
| HSV(B) | 222.97º | 0.3% | 0.98% | - |
| XYZ | 55.13 | 56.06 | 98.36 | - |
| YUV | 196.76 | 158.04 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 250 | 0.30 | 0.21 | 0 | 0.02 | 222.97 | 0.88 | 0.84 |
| Hex | B0 | C5 | FA | 1E | 15 | 0 | 2 | DF | 58 | 54 |
| Octal | 260 | 305 | 372 | 36 | 25 | 0 | 2 | 337 | 130 | 124 |
| Binary | 10110000 | 11000101 | 11111010 | 11110 | 10101 | 0 | 10 | 11011111 | 1011000 | 1010100 |
Color Harmonies of #B0C5FA
Complementary color
Monochromatic Colors of #B0C5FA
Black with #B0C5FA
Text Example
Text Example
White with #B0C5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C5FA; }
p { color: rgb(176,197,250); }
H1.HeaderClassName
{
color: #B0C5FA;
}
.AnyTagClassName
{
color: #B0C5FA;
}
</style>
background-color css
<style>
a { background-color: #B0C5FA; }
a { background-color: rgb(176,197,250); }
div.DivClassName
{
background-color: #B0C5FA;
}
.BgClassName
{
background-color: #B0C5FA;
}
</style>
border-color css
<style>
span { border-color: #B0C5FA; }
span { border-color: rgb(176,197,250); }
td.TdClassName
{
border-color: #B0C5FA;
}
.TagClassName
{
border-color: #B0C5FA;
}
</style>