Shades of Tropical Blue #B4CEE5
Tints of Tropical Blue #B4CEE5
RGB
CMYK
RGB Variations
Color information
#B4CEE5 (or 0xB4CEE5) is known color: Tropical Blue. HEX triplet: B4, CE and E5. RGB value is (180,206,229). Sum of RGB (Red+Green+Blue) = 180+206+229=615 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.27% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 229 - color contains mainly: blue. Hex color #B4CEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEE5 is #4B311A. Grayscale: #C8C8C8. Windows color (decimal): -4927771 or 15060660. OLE color: 15060660.
HSL color Cylindrical-coordinate representation of color #B4CEE5: hue angle of 208.16º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4CEE5 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 206 | 229 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.10 |
| HSL | 208.16º | 0.49% | 0.8% | - |
| HSV(B) | 208.16º | 0.21% | 0.9% | - |
| XYZ | 55.04 | 59.5 | 82.71 | - |
| YUV | 200.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 206 | 229 | 0.21 | 0.10 | 0 | 0.10 | 208.16 | 0.49 | 0.8 |
| Hex | B4 | CE | E5 | 15 | A | 0 | A | D0 | 31 | 50 |
| Octal | 264 | 316 | 345 | 25 | 12 | 0 | 12 | 320 | 61 | 120 |
| Binary | 10110100 | 11001110 | 11100101 | 10101 | 1010 | 0 | 1010 | 11010000 | 110001 | 1010000 |
Color Harmonies of #B4CEE5
Complementary color
Monochromatic Colors of #B4CEE5
Black with #B4CEE5
Text Example
Text Example
White with #B4CEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CEE5; }
p { color: rgb(180,206,229); }
H1.HeaderClassName
{
color: #B4CEE5;
}
.AnyTagClassName
{
color: #B4CEE5;
}
</style>
background-color css
<style>
a { background-color: #B4CEE5; }
a { background-color: rgb(180,206,229); }
div.DivClassName
{
background-color: #B4CEE5;
}
.BgClassName
{
background-color: #B4CEE5;
}
</style>
border-color css
<style>
span { border-color: #B4CEE5; }
span { border-color: rgb(180,206,229); }
td.TdClassName
{
border-color: #B4CEE5;
}
.TagClassName
{
border-color: #B4CEE5;
}
</style>