Shades of Tropical Blue #B8D0F6
Tints of Tropical Blue #B8D0F6
RGB
CMYK
RGB Variations
Color information
#B8D0F6 (or 0xB8D0F6) is known color: Tropical Blue. HEX triplet: B8, D0 and F6. RGB value is (184,208,246). Sum of RGB (Red+Green+Blue) = 184+208+246=638 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.84% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 246 - color contains mainly: blue. Hex color #B8D0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D0F6 is #472F09. Grayscale: #CCCCCC. Windows color (decimal): -4665098 or 16175288. OLE color: 16175288.
HSL color Cylindrical-coordinate representation of color #B8D0F6: hue angle of 216.77º 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 #B8D0F6 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 208 | 246 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.04 |
| HSL | 216.77º | 0.78% | 0.84% | - |
| HSV(B) | 216.77º | 0.25% | 0.96% | - |
| XYZ | 58.96 | 61.96 | 96.04 | - |
| YUV | 205.16 | 151.05 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 208 | 246 | 0.25 | 0.15 | 0 | 0.04 | 216.77 | 0.78 | 0.84 |
| Hex | B8 | D0 | F6 | 19 | F | 0 | 4 | D9 | 4E | 54 |
| Octal | 270 | 320 | 366 | 31 | 17 | 0 | 4 | 331 | 116 | 124 |
| Binary | 10111000 | 11010000 | 11110110 | 11001 | 1111 | 0 | 100 | 11011001 | 1001110 | 1010100 |
Color Harmonies of #B8D0F6
Complementary color
Monochromatic Colors of #B8D0F6
Black with #B8D0F6
Text Example
Text Example
White with #B8D0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D0F6; }
p { color: rgb(184,208,246); }
H1.HeaderClassName
{
color: #B8D0F6;
}
.AnyTagClassName
{
color: #B8D0F6;
}
</style>
background-color css
<style>
a { background-color: #B8D0F6; }
a { background-color: rgb(184,208,246); }
div.DivClassName
{
background-color: #B8D0F6;
}
.BgClassName
{
background-color: #B8D0F6;
}
</style>
border-color css
<style>
span { border-color: #B8D0F6; }
span { border-color: rgb(184,208,246); }
td.TdClassName
{
border-color: #B8D0F6;
}
.TagClassName
{
border-color: #B8D0F6;
}
</style>