Shades of Tropical Blue #B4CDF1
Tints of Tropical Blue #B4CDF1
RGB
CMYK
RGB Variations
Color information
#B4CDF1 (or 0xB4CDF1) is known color: Tropical Blue. HEX triplet: B4, CD and F1. RGB value is (180,205,241). Sum of RGB (Red+Green+Blue) = 180+205+241=626 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.75% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #B4CDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CDF1 is #4B320E. Grayscale: #C9C9C9. Windows color (decimal): -4928015 or 15846836. OLE color: 15846836.
HSL color Cylindrical-coordinate representation of color #B4CDF1: hue angle of 215.41º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4CDF1 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 205 | 241 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.05 |
| HSL | 215.41º | 0.69% | 0.83% | - |
| HSV(B) | 215.41º | 0.25% | 0.95% | - |
| XYZ | 56.53 | 59.72 | 91.77 | - |
| YUV | 201.63 | 150.22 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 205 | 241 | 0.25 | 0.15 | 0 | 0.05 | 215.41 | 0.69 | 0.83 |
| Hex | B4 | CD | F1 | 19 | F | 0 | 5 | D7 | 45 | 53 |
| Octal | 264 | 315 | 361 | 31 | 17 | 0 | 5 | 327 | 105 | 123 |
| Binary | 10110100 | 11001101 | 11110001 | 11001 | 1111 | 0 | 101 | 11010111 | 1000101 | 1010011 |
Color Harmonies of #B4CDF1
Complementary color
Monochromatic Colors of #B4CDF1
Black with #B4CDF1
Text Example
Text Example
White with #B4CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CDF1; }
p { color: rgb(180,205,241); }
H1.HeaderClassName
{
color: #B4CDF1;
}
.AnyTagClassName
{
color: #B4CDF1;
}
</style>
background-color css
<style>
a { background-color: #B4CDF1; }
a { background-color: rgb(180,205,241); }
div.DivClassName
{
background-color: #B4CDF1;
}
.BgClassName
{
background-color: #B4CDF1;
}
</style>
border-color css
<style>
span { border-color: #B4CDF1; }
span { border-color: rgb(180,205,241); }
td.TdClassName
{
border-color: #B4CDF1;
}
.TagClassName
{
border-color: #B4CDF1;
}
</style>