Shades of Tropical Blue #B0C9ED
Tints of Tropical Blue #B0C9ED
RGB
CMYK
RGB Variations
Color information
#B0C9ED (or 0xB0C9ED) is known color: Tropical Blue. HEX triplet: B0, C9 and ED. RGB value is (176,201,237). Sum of RGB (Red+Green+Blue) = 176+201+237=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0C9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C9ED is #4F3612. Grayscale: #C5C5C5. Windows color (decimal): -5191187 or 15583664. OLE color: 15583664.
HSL color Cylindrical-coordinate representation of color #B0C9ED: hue angle of 215.41º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0C9ED is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 201 | 237 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.07 |
| HSL | 215.41º | 0.63% | 0.81% | - |
| HSV(B) | 215.41º | 0.26% | 0.93% | - |
| XYZ | 54.08 | 57.12 | 88.3 | - |
| YUV | 197.63 | 150.22 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 237 | 0.26 | 0.15 | 0 | 0.07 | 215.41 | 0.63 | 0.81 |
| Hex | B0 | C9 | ED | 1A | F | 0 | 7 | D7 | 3F | 51 |
| Octal | 260 | 311 | 355 | 32 | 17 | 0 | 7 | 327 | 77 | 121 |
| Binary | 10110000 | 11001001 | 11101101 | 11010 | 1111 | 0 | 111 | 11010111 | 111111 | 1010001 |
Color Harmonies of #B0C9ED
Complementary color
Monochromatic Colors of #B0C9ED
Black with #B0C9ED
Text Example
Text Example
White with #B0C9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C9ED; }
p { color: rgb(176,201,237); }
H1.HeaderClassName
{
color: #B0C9ED;
}
.AnyTagClassName
{
color: #B0C9ED;
}
</style>
background-color css
<style>
a { background-color: #B0C9ED; }
a { background-color: rgb(176,201,237); }
div.DivClassName
{
background-color: #B0C9ED;
}
.BgClassName
{
background-color: #B0C9ED;
}
</style>
border-color css
<style>
span { border-color: #B0C9ED; }
span { border-color: rgb(176,201,237); }
td.TdClassName
{
border-color: #B0C9ED;
}
.TagClassName
{
border-color: #B0C9ED;
}
</style>