Shades of Tropical Blue #B7CBF6
Tints of Tropical Blue #B7CBF6
RGB
CMYK
RGB Variations
Color information
#B7CBF6 (or 0xB7CBF6) is known color: Tropical Blue. HEX triplet: B7, CB and F6. RGB value is (183,203,246). Sum of RGB (Red+Green+Blue) = 183+203+246=632 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.96% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 246 - color contains mainly: blue. Hex color #B7CBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7CBF6 is #483409. Grayscale: #C9C9C9. Windows color (decimal): -4731914 or 16174007. OLE color: 16174007.
HSL color Cylindrical-coordinate representation of color #B7CBF6: hue angle of 220.95º 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 #B7CBF6 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 203 | 246 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.04 |
| HSL | 220.95º | 0.78% | 0.84% | - |
| HSV(B) | 220.95º | 0.26% | 0.96% | - |
| XYZ | 57.52 | 59.43 | 95.63 | - |
| YUV | 201.92 | 152.87 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 246 | 0.26 | 0.17 | 0 | 0.04 | 220.95 | 0.78 | 0.84 |
| Hex | B7 | CB | F6 | 1A | 11 | 0 | 4 | DD | 4E | 54 |
| Octal | 267 | 313 | 366 | 32 | 21 | 0 | 4 | 335 | 116 | 124 |
| Binary | 10110111 | 11001011 | 11110110 | 11010 | 10001 | 0 | 100 | 11011101 | 1001110 | 1010100 |
Color Harmonies of #B7CBF6
Complementary color
Monochromatic Colors of #B7CBF6
Black with #B7CBF6
Text Example
Text Example
White with #B7CBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CBF6; }
p { color: rgb(183,203,246); }
H1.HeaderClassName
{
color: #B7CBF6;
}
.AnyTagClassName
{
color: #B7CBF6;
}
</style>
background-color css
<style>
a { background-color: #B7CBF6; }
a { background-color: rgb(183,203,246); }
div.DivClassName
{
background-color: #B7CBF6;
}
.BgClassName
{
background-color: #B7CBF6;
}
</style>
border-color css
<style>
span { border-color: #B7CBF6; }
span { border-color: rgb(183,203,246); }
td.TdClassName
{
border-color: #B7CBF6;
}
.TagClassName
{
border-color: #B7CBF6;
}
</style>