Shades of Tropical Blue #B8CFF6
Tints of Tropical Blue #B8CFF6
RGB
CMYK
RGB Variations
Color information
#B8CFF6 (or 0xB8CFF6) is known color: Tropical Blue. HEX triplet: B8, CF and F6. RGB value is (184,207,246). Sum of RGB (Red+Green+Blue) = 184+207+246=637 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.89% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 246 - color contains mainly: blue. Hex color #B8CFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CFF6 is #473009. Grayscale: #CCCCCC. Windows color (decimal): -4665354 or 16175032. OLE color: 16175032.
HSL color Cylindrical-coordinate representation of color #B8CFF6: hue angle of 217.74º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8CFF6 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 207 | 246 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.04 |
| HSL | 217.74º | 0.78% | 0.84% | - |
| HSV(B) | 217.74º | 0.25% | 0.96% | - |
| XYZ | 58.71 | 61.47 | 95.96 | - |
| YUV | 204.57 | 151.38 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 246 | 0.25 | 0.16 | 0 | 0.04 | 217.74 | 0.78 | 0.84 |
| Hex | B8 | CF | F6 | 19 | 10 | 0 | 4 | DA | 4E | 54 |
| Octal | 270 | 317 | 366 | 31 | 20 | 0 | 4 | 332 | 116 | 124 |
| Binary | 10111000 | 11001111 | 11110110 | 11001 | 10000 | 0 | 100 | 11011010 | 1001110 | 1010100 |
Color Harmonies of #B8CFF6
Complementary color
Monochromatic Colors of #B8CFF6
Black with #B8CFF6
Text Example
Text Example
White with #B8CFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CFF6; }
p { color: rgb(184,207,246); }
H1.HeaderClassName
{
color: #B8CFF6;
}
.AnyTagClassName
{
color: #B8CFF6;
}
</style>
background-color css
<style>
a { background-color: #B8CFF6; }
a { background-color: rgb(184,207,246); }
div.DivClassName
{
background-color: #B8CFF6;
}
.BgClassName
{
background-color: #B8CFF6;
}
</style>
border-color css
<style>
span { border-color: #B8CFF6; }
span { border-color: rgb(184,207,246); }
td.TdClassName
{
border-color: #B8CFF6;
}
.TagClassName
{
border-color: #B8CFF6;
}
</style>