Shades of Tropical Blue #B1C8EF
Tints of Tropical Blue #B1C8EF
RGB
CMYK
RGB Variations
Color information
#B1C8EF (or 0xB1C8EF) is known color: Tropical Blue. HEX triplet: B1, C8 and EF. RGB value is (177,200,239). Sum of RGB (Red+Green+Blue) = 177+200+239=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1C8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C8EF is #4E3710. Grayscale: #C5C5C5. Windows color (decimal): -5125905 or 15714481. OLE color: 15714481.
HSL color Cylindrical-coordinate representation of color #B1C8EF: hue angle of 217.74º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1C8EF is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 200 | 239 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.06 |
| HSL | 217.74º | 0.66% | 0.82% | - |
| HSV(B) | 217.74º | 0.26% | 0.94% | - |
| XYZ | 54.37 | 56.89 | 89.78 | - |
| YUV | 197.57 | 151.38 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 200 | 239 | 0.26 | 0.16 | 0 | 0.06 | 217.74 | 0.66 | 0.82 |
| Hex | B1 | C8 | EF | 1A | 10 | 0 | 6 | DA | 42 | 52 |
| Octal | 261 | 310 | 357 | 32 | 20 | 0 | 6 | 332 | 102 | 122 |
| Binary | 10110001 | 11001000 | 11101111 | 11010 | 10000 | 0 | 110 | 11011010 | 1000010 | 1010010 |
Color Harmonies of #B1C8EF
Complementary color
Monochromatic Colors of #B1C8EF
Black with #B1C8EF
Text Example
Text Example
White with #B1C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C8EF; }
p { color: rgb(177,200,239); }
H1.HeaderClassName
{
color: #B1C8EF;
}
.AnyTagClassName
{
color: #B1C8EF;
}
</style>
background-color css
<style>
a { background-color: #B1C8EF; }
a { background-color: rgb(177,200,239); }
div.DivClassName
{
background-color: #B1C8EF;
}
.BgClassName
{
background-color: #B1C8EF;
}
</style>
border-color css
<style>
span { border-color: #B1C8EF; }
span { border-color: rgb(177,200,239); }
td.TdClassName
{
border-color: #B1C8EF;
}
.TagClassName
{
border-color: #B1C8EF;
}
</style>