Shades of Tropical Blue #B8CFF7
Tints of Tropical Blue #B8CFF7
RGB
CMYK
RGB Variations
Color information
#B8CFF7 (or 0xB8CFF7) is known color: Tropical Blue. HEX triplet: B8, CF and F7. RGB value is (184,207,247). Sum of RGB (Red+Green+Blue) = 184+207+247=638 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.84% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 247 (96.88% from 255 or 38.71% from 638); Max value from RGB is 247 - color contains mainly: blue. Hex color #B8CFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CFF7 is #473008. Grayscale: #CCCCCC. Windows color (decimal): -4665353 or 16240568. OLE color: 16240568.
HSL color Cylindrical-coordinate representation of color #B8CFF7: hue angle of 218.1º degrees, saturation: 0.8, 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 #B8CFF7 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 207 | 247 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.03 |
| HSL | 218.1º | 0.8% | 0.85% | - |
| HSV(B) | 218.1º | 0.26% | 0.97% | - |
| XYZ | 58.87 | 61.53 | 96.77 | - |
| YUV | 204.68 | 151.88 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 247 | 0.26 | 0.16 | 0 | 0.03 | 218.1 | 0.8 | 0.85 |
| Hex | B8 | CF | F7 | 1A | 10 | 0 | 3 | DA | 50 | 55 |
| Octal | 270 | 317 | 367 | 32 | 20 | 0 | 3 | 332 | 120 | 125 |
| Binary | 10111000 | 11001111 | 11110111 | 11010 | 10000 | 0 | 11 | 11011010 | 1010000 | 1010101 |
Color Harmonies of #B8CFF7
Complementary color
Monochromatic Colors of #B8CFF7
Black with #B8CFF7
Text Example
Text Example
White with #B8CFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CFF7; }
p { color: rgb(184,207,247); }
H1.HeaderClassName
{
color: #B8CFF7;
}
.AnyTagClassName
{
color: #B8CFF7;
}
</style>
background-color css
<style>
a { background-color: #B8CFF7; }
a { background-color: rgb(184,207,247); }
div.DivClassName
{
background-color: #B8CFF7;
}
.BgClassName
{
background-color: #B8CFF7;
}
</style>
border-color css
<style>
span { border-color: #B8CFF7; }
span { border-color: rgb(184,207,247); }
td.TdClassName
{
border-color: #B8CFF7;
}
.TagClassName
{
border-color: #B8CFF7;
}
</style>