Shades of Tropical Blue #B8CFF8
Tints of Tropical Blue #B8CFF8
RGB
CMYK
RGB Variations
Color information
#B8CFF8 (or 0xB8CFF8) is known color: Tropical Blue. HEX triplet: B8, CF and F8. RGB value is (184,207,248). Sum of RGB (Red+Green+Blue) = 184+207+248=639 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.79% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 248 (97.27% from 255 or 38.81% from 639); Max value from RGB is 248 - color contains mainly: blue. Hex color #B8CFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CFF8 is #473007. Grayscale: #CCCCCC. Windows color (decimal): -4665352 or 16306104. OLE color: 16306104.
HSL color Cylindrical-coordinate representation of color #B8CFF8: hue angle of 218.44º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8CFF8 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 207 | 248 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.03 |
| HSL | 218.44º | 0.82% | 0.85% | - |
| HSV(B) | 218.44º | 0.26% | 0.97% | - |
| XYZ | 59.02 | 61.59 | 97.58 | - |
| YUV | 204.8 | 152.38 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 248 | 0.26 | 0.17 | 0 | 0.03 | 218.44 | 0.82 | 0.85 |
| Hex | B8 | CF | F8 | 1A | 11 | 0 | 3 | DA | 52 | 55 |
| Octal | 270 | 317 | 370 | 32 | 21 | 0 | 3 | 332 | 122 | 125 |
| Binary | 10111000 | 11001111 | 11111000 | 11010 | 10001 | 0 | 11 | 11011010 | 1010010 | 1010101 |
Color Harmonies of #B8CFF8
Complementary color
Monochromatic Colors of #B8CFF8
Black with #B8CFF8
Text Example
Text Example
White with #B8CFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CFF8; }
p { color: rgb(184,207,248); }
H1.HeaderClassName
{
color: #B8CFF8;
}
.AnyTagClassName
{
color: #B8CFF8;
}
</style>
background-color css
<style>
a { background-color: #B8CFF8; }
a { background-color: rgb(184,207,248); }
div.DivClassName
{
background-color: #B8CFF8;
}
.BgClassName
{
background-color: #B8CFF8;
}
</style>
border-color css
<style>
span { border-color: #B8CFF8; }
span { border-color: rgb(184,207,248); }
td.TdClassName
{
border-color: #B8CFF8;
}
.TagClassName
{
border-color: #B8CFF8;
}
</style>