Shades of Tropical Blue #B7CFF6
Tints of Tropical Blue #B7CFF6
RGB
CMYK
RGB Variations
Color information
#B7CFF6 (or 0xB7CFF6) is known color: Tropical Blue. HEX triplet: B7, CF and F6. RGB value is (183,207,246). Sum of RGB (Red+Green+Blue) = 183+207+246=636 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.77% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #B7CFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7CFF6 is #483009. Grayscale: #CCCCCC. Windows color (decimal): -4730890 or 16175031. OLE color: 16175031.
HSL color Cylindrical-coordinate representation of color #B7CFF6: hue angle of 217.14º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7CFF6 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 207 | 246 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.04 |
| HSL | 217.14º | 0.78% | 0.84% | - |
| HSV(B) | 217.14º | 0.26% | 0.96% | - |
| XYZ | 58.48 | 61.35 | 95.95 | - |
| YUV | 204.27 | 151.55 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 246 | 0.26 | 0.16 | 0 | 0.04 | 217.14 | 0.78 | 0.84 |
| Hex | B7 | CF | F6 | 1A | 10 | 0 | 4 | D9 | 4E | 54 |
| Octal | 267 | 317 | 366 | 32 | 20 | 0 | 4 | 331 | 116 | 124 |
| Binary | 10110111 | 11001111 | 11110110 | 11010 | 10000 | 0 | 100 | 11011001 | 1001110 | 1010100 |
Color Harmonies of #B7CFF6
Complementary color
Monochromatic Colors of #B7CFF6
Black with #B7CFF6
Text Example
Text Example
White with #B7CFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CFF6; }
p { color: rgb(183,207,246); }
H1.HeaderClassName
{
color: #B7CFF6;
}
.AnyTagClassName
{
color: #B7CFF6;
}
</style>
background-color css
<style>
a { background-color: #B7CFF6; }
a { background-color: rgb(183,207,246); }
div.DivClassName
{
background-color: #B7CFF6;
}
.BgClassName
{
background-color: #B7CFF6;
}
</style>
border-color css
<style>
span { border-color: #B7CFF6; }
span { border-color: rgb(183,207,246); }
td.TdClassName
{
border-color: #B7CFF6;
}
.TagClassName
{
border-color: #B7CFF6;
}
</style>