Shades of Tropical Blue #B0C8FA
Tints of Tropical Blue #B0C8FA
RGB
CMYK
RGB Variations
Color information
#B0C8FA (or 0xB0C8FA) is known color: Tropical Blue. HEX triplet: B0, C8 and FA. RGB value is (176,200,250). Sum of RGB (Red+Green+Blue) = 176+200+250=626 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.12% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0C8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C8FA is #4F3705. Grayscale: #C6C6C6. Windows color (decimal): -5191430 or 16435376. OLE color: 16435376.
HSL color Cylindrical-coordinate representation of color #B0C8FA: hue angle of 220.54º 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 #B0C8FA is Cyan = 0.30, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 200 | 250 | - |
| CMYK | 0.30 | 0.2 | 0 | 0.02 |
| HSL | 220.54º | 0.88% | 0.84% | - |
| HSV(B) | 220.54º | 0.3% | 0.98% | - |
| XYZ | 55.81 | 57.44 | 98.59 | - |
| YUV | 198.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 200 | 250 | 0.30 | 0.2 | 0 | 0.02 | 220.54 | 0.88 | 0.84 |
| Hex | B0 | C8 | FA | 1E | 14 | 0 | 2 | DD | 58 | 54 |
| Octal | 260 | 310 | 372 | 36 | 24 | 0 | 2 | 335 | 130 | 124 |
| Binary | 10110000 | 11001000 | 11111010 | 11110 | 10100 | 0 | 10 | 11011101 | 1011000 | 1010100 |
Color Harmonies of #B0C8FA
Complementary color
Monochromatic Colors of #B0C8FA
Black with #B0C8FA
Text Example
Text Example
White with #B0C8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C8FA; }
p { color: rgb(176,200,250); }
H1.HeaderClassName
{
color: #B0C8FA;
}
.AnyTagClassName
{
color: #B0C8FA;
}
</style>
background-color css
<style>
a { background-color: #B0C8FA; }
a { background-color: rgb(176,200,250); }
div.DivClassName
{
background-color: #B0C8FA;
}
.BgClassName
{
background-color: #B0C8FA;
}
</style>
border-color css
<style>
span { border-color: #B0C8FA; }
span { border-color: rgb(176,200,250); }
td.TdClassName
{
border-color: #B0C8FA;
}
.TagClassName
{
border-color: #B0C8FA;
}
</style>