Shades of Tropical Blue #B8CFF9
Tints of Tropical Blue #B8CFF9
RGB
CMYK
RGB Variations
Color information
#B8CFF9 (or 0xB8CFF9) is known color: Tropical Blue. HEX triplet: B8, CF and F9. RGB value is (184,207,249). Sum of RGB (Red+Green+Blue) = 184+207+249=640 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.75% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #B8CFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CFF9 is #473006. Grayscale: #CCCCCC. Windows color (decimal): -4665351 or 16371640. OLE color: 16371640.
HSL color Cylindrical-coordinate representation of color #B8CFF9: hue angle of 218.77º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8CFF9 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 207 | 249 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.02 |
| HSL | 218.77º | 0.84% | 0.85% | - |
| HSV(B) | 218.77º | 0.26% | 0.98% | - |
| XYZ | 59.18 | 61.66 | 98.4 | - |
| YUV | 204.91 | 152.88 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 249 | 0.26 | 0.17 | 0 | 0.02 | 218.77 | 0.84 | 0.85 |
| Hex | B8 | CF | F9 | 1A | 11 | 0 | 2 | DB | 54 | 55 |
| Octal | 270 | 317 | 371 | 32 | 21 | 0 | 2 | 333 | 124 | 125 |
| Binary | 10111000 | 11001111 | 11111001 | 11010 | 10001 | 0 | 10 | 11011011 | 1010100 | 1010101 |
Color Harmonies of #B8CFF9
Complementary color
Monochromatic Colors of #B8CFF9
Black with #B8CFF9
Text Example
Text Example
White with #B8CFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CFF9; }
p { color: rgb(184,207,249); }
H1.HeaderClassName
{
color: #B8CFF9;
}
.AnyTagClassName
{
color: #B8CFF9;
}
</style>
background-color css
<style>
a { background-color: #B8CFF9; }
a { background-color: rgb(184,207,249); }
div.DivClassName
{
background-color: #B8CFF9;
}
.BgClassName
{
background-color: #B8CFF9;
}
</style>
border-color css
<style>
span { border-color: #B8CFF9; }
span { border-color: rgb(184,207,249); }
td.TdClassName
{
border-color: #B8CFF9;
}
.TagClassName
{
border-color: #B8CFF9;
}
</style>