Shades of Tropical Blue #B0C6FF
Tints of Tropical Blue #B0C6FF
RGB
CMYK
RGB Variations
Color information
#B0C6FF (or 0xB0C6FF) is known color: Tropical Blue. HEX triplet: B0, C6 and FF. RGB value is (176,198,255). Sum of RGB (Red+Green+Blue) = 176+198+255=629 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.98% from 629); Green value is 198 (77.73% from 255 or 31.48% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0C6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C6FF is #4F3900. Grayscale: #C5C5C5. Windows color (decimal): -5191937 or 16762544. OLE color: 16762544.
HSL color Cylindrical-coordinate representation of color #B0C6FF: hue angle of 223.29º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0C6FF is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 198 | 255 | - |
| CMYK | 0.31 | 0.22 | 0 | 0 |
| HSL | 223.29º | 1% | 0.85% | - |
| HSV(B) | 223.29º | 0.31% | 1% | - |
| XYZ | 56.15 | 56.84 | 102.62 | - |
| YUV | 197.92 | 160.21 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 255 | 0.31 | 0.22 | 0 | 0 | 223.29 | 1 | 0.85 |
| Hex | B0 | C6 | FF | 1F | 16 | 0 | 0 | DF | 64 | 55 |
| Octal | 260 | 306 | 377 | 37 | 26 | 0 | 0 | 337 | 144 | 125 |
| Binary | 10110000 | 11000110 | 11111111 | 11111 | 10110 | 0 | 0 | 11011111 | 1100100 | 1010101 |
Color Harmonies of #B0C6FF
Complementary color
Monochromatic Colors of #B0C6FF
Black with #B0C6FF
Text Example
Text Example
White with #B0C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C6FF; }
p { color: rgb(176,198,255); }
H1.HeaderClassName
{
color: #B0C6FF;
}
.AnyTagClassName
{
color: #B0C6FF;
}
</style>
background-color css
<style>
a { background-color: #B0C6FF; }
a { background-color: rgb(176,198,255); }
div.DivClassName
{
background-color: #B0C6FF;
}
.BgClassName
{
background-color: #B0C6FF;
}
</style>
border-color css
<style>
span { border-color: #B0C6FF; }
span { border-color: rgb(176,198,255); }
td.TdClassName
{
border-color: #B0C6FF;
}
.TagClassName
{
border-color: #B0C6FF;
}
</style>