Shades of Tropical Blue #B4CDE4
Tints of Tropical Blue #B4CDE4
RGB
CMYK
RGB Variations
Color information
#B4CDE4 (or 0xB4CDE4) is known color: Tropical Blue. HEX triplet: B4, CD and E4. RGB value is (180,205,228). Sum of RGB (Red+Green+Blue) = 180+205+228=613 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.36% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 228 - color contains mainly: blue. Hex color #B4CDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CDE4 is #4B321B. Grayscale: #C8C8C8. Windows color (decimal): -4928028 or 14994868. OLE color: 14994868.
HSL color Cylindrical-coordinate representation of color #B4CDE4: hue angle of 208.75º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4CDE4 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 205 | 228 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.11 |
| HSL | 208.75º | 0.47% | 0.8% | - |
| HSV(B) | 208.75º | 0.21% | 0.89% | - |
| XYZ | 54.66 | 58.97 | 81.9 | - |
| YUV | 200.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 205 | 228 | 0.21 | 0.10 | 0 | 0.11 | 208.75 | 0.47 | 0.8 |
| Hex | B4 | CD | E4 | 15 | A | 0 | B | D1 | 2F | 50 |
| Octal | 264 | 315 | 344 | 25 | 12 | 0 | 13 | 321 | 57 | 120 |
| Binary | 10110100 | 11001101 | 11100100 | 10101 | 1010 | 0 | 1011 | 11010001 | 101111 | 1010000 |
Color Harmonies of #B4CDE4
Complementary color
Monochromatic Colors of #B4CDE4
Black with #B4CDE4
Text Example
Text Example
White with #B4CDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CDE4; }
p { color: rgb(180,205,228); }
H1.HeaderClassName
{
color: #B4CDE4;
}
.AnyTagClassName
{
color: #B4CDE4;
}
</style>
background-color css
<style>
a { background-color: #B4CDE4; }
a { background-color: rgb(180,205,228); }
div.DivClassName
{
background-color: #B4CDE4;
}
.BgClassName
{
background-color: #B4CDE4;
}
</style>
border-color css
<style>
span { border-color: #B4CDE4; }
span { border-color: rgb(180,205,228); }
td.TdClassName
{
border-color: #B4CDE4;
}
.TagClassName
{
border-color: #B4CDE4;
}
</style>