Shades of Tropical Blue #B0C9F9
Tints of Tropical Blue #B0C9F9
RGB
CMYK
RGB Variations
Color information
#B0C9F9 (or 0xB0C9F9) is known color: Tropical Blue. HEX triplet: B0, C9 and F9. RGB value is (176,201,249). Sum of RGB (Red+Green+Blue) = 176+201+249=626 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.12% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 249 (97.66% from 255 or 39.78% from 626); Max value from RGB is 249 - color contains mainly: blue. Hex color #B0C9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C9F9 is #4F3606. Grayscale: #C6C6C6. Windows color (decimal): -5191175 or 16370096. OLE color: 16370096.
HSL color Cylindrical-coordinate representation of color #B0C9F9: hue angle of 219.45º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0C9F9 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 201 | 249 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.02 |
| HSL | 219.45º | 0.86% | 0.83% | - |
| HSV(B) | 219.45º | 0.29% | 0.98% | - |
| XYZ | 55.89 | 57.84 | 97.84 | - |
| YUV | 199 | 156.22 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 249 | 0.29 | 0.19 | 0 | 0.02 | 219.45 | 0.86 | 0.83 |
| Hex | B0 | C9 | F9 | 1D | 13 | 0 | 2 | DB | 56 | 53 |
| Octal | 260 | 311 | 371 | 35 | 23 | 0 | 2 | 333 | 126 | 123 |
| Binary | 10110000 | 11001001 | 11111001 | 11101 | 10011 | 0 | 10 | 11011011 | 1010110 | 1010011 |
Color Harmonies of #B0C9F9
Complementary color
Monochromatic Colors of #B0C9F9
Black with #B0C9F9
Text Example
Text Example
White with #B0C9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C9F9; }
p { color: rgb(176,201,249); }
H1.HeaderClassName
{
color: #B0C9F9;
}
.AnyTagClassName
{
color: #B0C9F9;
}
</style>
background-color css
<style>
a { background-color: #B0C9F9; }
a { background-color: rgb(176,201,249); }
div.DivClassName
{
background-color: #B0C9F9;
}
.BgClassName
{
background-color: #B0C9F9;
}
</style>
border-color css
<style>
span { border-color: #B0C9F9; }
span { border-color: rgb(176,201,249); }
td.TdClassName
{
border-color: #B0C9F9;
}
.TagClassName
{
border-color: #B0C9F9;
}
</style>