Shades of Tropical Blue #B0C3EF
Tints of Tropical Blue #B0C3EF
RGB
CMYK
RGB Variations
Color information
#B0C3EF (or 0xB0C3EF) is known color: Tropical Blue. HEX triplet: B0, C3 and EF. RGB value is (176,195,239). Sum of RGB (Red+Green+Blue) = 176+195+239=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0C3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C3EF is #4F3C10. Grayscale: #C2C2C2. Windows color (decimal): -5192721 or 15713200. OLE color: 15713200.
HSL color Cylindrical-coordinate representation of color #B0C3EF: hue angle of 221.9º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0C3EF is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 195 | 239 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.06 |
| HSL | 221.9º | 0.66% | 0.81% | - |
| HSV(B) | 221.9º | 0.26% | 0.94% | - |
| XYZ | 53 | 54.49 | 89.39 | - |
| YUV | 194.34 | 153.21 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 195 | 239 | 0.26 | 0.18 | 0 | 0.06 | 221.9 | 0.66 | 0.81 |
| Hex | B0 | C3 | EF | 1A | 12 | 0 | 6 | DE | 42 | 51 |
| Octal | 260 | 303 | 357 | 32 | 22 | 0 | 6 | 336 | 102 | 121 |
| Binary | 10110000 | 11000011 | 11101111 | 11010 | 10010 | 0 | 110 | 11011110 | 1000010 | 1010001 |
Color Harmonies of #B0C3EF
Complementary color
Monochromatic Colors of #B0C3EF
Black with #B0C3EF
Text Example
Text Example
White with #B0C3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C3EF; }
p { color: rgb(176,195,239); }
H1.HeaderClassName
{
color: #B0C3EF;
}
.AnyTagClassName
{
color: #B0C3EF;
}
</style>
background-color css
<style>
a { background-color: #B0C3EF; }
a { background-color: rgb(176,195,239); }
div.DivClassName
{
background-color: #B0C3EF;
}
.BgClassName
{
background-color: #B0C3EF;
}
</style>
border-color css
<style>
span { border-color: #B0C3EF; }
span { border-color: rgb(176,195,239); }
td.TdClassName
{
border-color: #B0C3EF;
}
.TagClassName
{
border-color: #B0C3EF;
}
</style>