Shades of Tropical Blue #B4CDE8
Tints of Tropical Blue #B4CDE8
RGB
CMYK
RGB Variations
Color information
#B4CDE8 (or 0xB4CDE8) is known color: Tropical Blue. HEX triplet: B4, CD and E8. RGB value is (180,205,232). Sum of RGB (Red+Green+Blue) = 180+205+232=617 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.17% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 232 (91.02% from 255 or 37.60% from 617); Max value from RGB is 232 - color contains mainly: blue. Hex color #B4CDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CDE8 is #4B3217. Grayscale: #C8C8C8. Windows color (decimal): -4928024 or 15257012. OLE color: 15257012.
HSL color Cylindrical-coordinate representation of color #B4CDE8: hue angle of 211.15º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4CDE8 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 205 | 232 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.09 |
| HSL | 211.15º | 0.53% | 0.81% | - |
| HSV(B) | 211.15º | 0.22% | 0.91% | - |
| XYZ | 55.22 | 59.19 | 84.86 | - |
| YUV | 200.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 205 | 232 | 0.22 | 0.12 | 0 | 0.09 | 211.15 | 0.53 | 0.81 |
| Hex | B4 | CD | E8 | 16 | C | 0 | 9 | D3 | 35 | 51 |
| Octal | 264 | 315 | 350 | 26 | 14 | 0 | 11 | 323 | 65 | 121 |
| Binary | 10110100 | 11001101 | 11101000 | 10110 | 1100 | 0 | 1001 | 11010011 | 110101 | 1010001 |
Color Harmonies of #B4CDE8
Complementary color
Monochromatic Colors of #B4CDE8
Black with #B4CDE8
Text Example
Text Example
White with #B4CDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CDE8; }
p { color: rgb(180,205,232); }
H1.HeaderClassName
{
color: #B4CDE8;
}
.AnyTagClassName
{
color: #B4CDE8;
}
</style>
background-color css
<style>
a { background-color: #B4CDE8; }
a { background-color: rgb(180,205,232); }
div.DivClassName
{
background-color: #B4CDE8;
}
.BgClassName
{
background-color: #B4CDE8;
}
</style>
border-color css
<style>
span { border-color: #B4CDE8; }
span { border-color: rgb(180,205,232); }
td.TdClassName
{
border-color: #B4CDE8;
}
.TagClassName
{
border-color: #B4CDE8;
}
</style>