Shades of Tropical Blue #B0C9E5
Tints of Tropical Blue #B0C9E5
RGB
CMYK
RGB Variations
Color information
#B0C9E5 (or 0xB0C9E5) is known color: Tropical Blue. HEX triplet: B0, C9 and E5. RGB value is (176,201,229). Sum of RGB (Red+Green+Blue) = 176+201+229=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 229 - color contains mainly: blue. Hex color #B0C9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C9E5 is #4F361A. Grayscale: #C4C4C4. Windows color (decimal): -5191195 or 15059376. OLE color: 15059376.
HSL color Cylindrical-coordinate representation of color #B0C9E5: hue angle of 211.7º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0C9E5 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 201 | 229 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.10 |
| HSL | 211.7º | 0.5% | 0.79% | - |
| HSV(B) | 211.7º | 0.23% | 0.9% | - |
| XYZ | 52.93 | 56.66 | 82.28 | - |
| YUV | 196.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 229 | 0.23 | 0.12 | 0 | 0.10 | 211.7 | 0.5 | 0.79 |
| Hex | B0 | C9 | E5 | 17 | C | 0 | A | D4 | 32 | 4F |
| Octal | 260 | 311 | 345 | 27 | 14 | 0 | 12 | 324 | 62 | 117 |
| Binary | 10110000 | 11001001 | 11100101 | 10111 | 1100 | 0 | 1010 | 11010100 | 110010 | 1001111 |
Color Harmonies of #B0C9E5
Complementary color
Monochromatic Colors of #B0C9E5
Black with #B0C9E5
Text Example
Text Example
White with #B0C9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C9E5; }
p { color: rgb(176,201,229); }
H1.HeaderClassName
{
color: #B0C9E5;
}
.AnyTagClassName
{
color: #B0C9E5;
}
</style>
background-color css
<style>
a { background-color: #B0C9E5; }
a { background-color: rgb(176,201,229); }
div.DivClassName
{
background-color: #B0C9E5;
}
.BgClassName
{
background-color: #B0C9E5;
}
</style>
border-color css
<style>
span { border-color: #B0C9E5; }
span { border-color: rgb(176,201,229); }
td.TdClassName
{
border-color: #B0C9E5;
}
.TagClassName
{
border-color: #B0C9E5;
}
</style>