Shades of Tropical Blue #B8CFFA
Tints of Tropical Blue #B8CFFA
RGB
CMYK
RGB Variations
Color information
#B8CFFA (or 0xB8CFFA) is known color: Tropical Blue. HEX triplet: B8, CF and FA. RGB value is (184,207,250). Sum of RGB (Red+Green+Blue) = 184+207+250=641 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.71% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #B8CFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CFFA is #473005. Grayscale: #CCCCCC. Windows color (decimal): -4665350 or 16437176. OLE color: 16437176.
HSL color Cylindrical-coordinate representation of color #B8CFFA: hue angle of 219.09º degrees, saturation: 0.87, 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 #B8CFFA is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 207 | 250 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.02 |
| HSL | 219.09º | 0.87% | 0.85% | - |
| HSV(B) | 219.09º | 0.26% | 0.98% | - |
| XYZ | 59.34 | 61.72 | 99.23 | - |
| YUV | 205.03 | 153.38 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 250 | 0.26 | 0.17 | 0 | 0.02 | 219.09 | 0.87 | 0.85 |
| Hex | B8 | CF | FA | 1A | 11 | 0 | 2 | DB | 57 | 55 |
| Octal | 270 | 317 | 372 | 32 | 21 | 0 | 2 | 333 | 127 | 125 |
| Binary | 10111000 | 11001111 | 11111010 | 11010 | 10001 | 0 | 10 | 11011011 | 1010111 | 1010101 |
Color Harmonies of #B8CFFA
Complementary color
Monochromatic Colors of #B8CFFA
Black with #B8CFFA
Text Example
Text Example
White with #B8CFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CFFA; }
p { color: rgb(184,207,250); }
H1.HeaderClassName
{
color: #B8CFFA;
}
.AnyTagClassName
{
color: #B8CFFA;
}
</style>
background-color css
<style>
a { background-color: #B8CFFA; }
a { background-color: rgb(184,207,250); }
div.DivClassName
{
background-color: #B8CFFA;
}
.BgClassName
{
background-color: #B8CFFA;
}
</style>
border-color css
<style>
span { border-color: #B8CFFA; }
span { border-color: rgb(184,207,250); }
td.TdClassName
{
border-color: #B8CFFA;
}
.TagClassName
{
border-color: #B8CFFA;
}
</style>