Shades of Tropical Blue #B8D0EC
Tints of Tropical Blue #B8D0EC
RGB
CMYK
RGB Variations
Color information
#B8D0EC (or 0xB8D0EC) is known color: Tropical Blue. HEX triplet: B8, D0 and EC. RGB value is (184,208,236). Sum of RGB (Red+Green+Blue) = 184+208+236=628 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.30% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8D0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D0EC is #472F13. Grayscale: #CBCBCB. Windows color (decimal): -4665108 or 15519928. OLE color: 15519928.
HSL color Cylindrical-coordinate representation of color #B8D0EC: hue angle of 212.31º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8D0EC is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 208 | 236 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.07 |
| HSL | 212.31º | 0.58% | 0.82% | - |
| HSV(B) | 212.31º | 0.22% | 0.93% | - |
| XYZ | 57.46 | 61.36 | 88.17 | - |
| YUV | 204.02 | 146.05 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 208 | 236 | 0.22 | 0.12 | 0 | 0.07 | 212.31 | 0.58 | 0.82 |
| Hex | B8 | D0 | EC | 16 | C | 0 | 7 | D4 | 3A | 52 |
| Octal | 270 | 320 | 354 | 26 | 14 | 0 | 7 | 324 | 72 | 122 |
| Binary | 10111000 | 11010000 | 11101100 | 10110 | 1100 | 0 | 111 | 11010100 | 111010 | 1010010 |
Color Harmonies of #B8D0EC
Complementary color
Monochromatic Colors of #B8D0EC
Black with #B8D0EC
Text Example
Text Example
White with #B8D0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D0EC; }
p { color: rgb(184,208,236); }
H1.HeaderClassName
{
color: #B8D0EC;
}
.AnyTagClassName
{
color: #B8D0EC;
}
</style>
background-color css
<style>
a { background-color: #B8D0EC; }
a { background-color: rgb(184,208,236); }
div.DivClassName
{
background-color: #B8D0EC;
}
.BgClassName
{
background-color: #B8D0EC;
}
</style>
border-color css
<style>
span { border-color: #B8D0EC; }
span { border-color: rgb(184,208,236); }
td.TdClassName
{
border-color: #B8D0EC;
}
.TagClassName
{
border-color: #B8D0EC;
}
</style>