Shades of Tropical Blue #B1CDE4
Tints of Tropical Blue #B1CDE4
RGB
CMYK
RGB Variations
Color information
#B1CDE4 (or 0xB1CDE4) is known color: Tropical Blue. HEX triplet: B1, CD and E4. RGB value is (177,205,228). Sum of RGB (Red+Green+Blue) = 177+205+228=610 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.02% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 228 (89.45% from 255 or 37.38% from 610); Max value from RGB is 228 - color contains mainly: blue. Hex color #B1CDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CDE4 is #4E321B. Grayscale: #C7C7C7. Windows color (decimal): -5124636 or 14994865. OLE color: 14994865.
HSL color Cylindrical-coordinate representation of color #B1CDE4: hue angle of 207.06º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1CDE4 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 205 | 228 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.11 |
| HSL | 207.06º | 0.49% | 0.79% | - |
| HSV(B) | 207.06º | 0.22% | 0.89% | - |
| XYZ | 53.97 | 58.61 | 81.87 | - |
| YUV | 199.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 205 | 228 | 0.22 | 0.10 | 0 | 0.11 | 207.06 | 0.49 | 0.79 |
| Hex | B1 | CD | E4 | 16 | A | 0 | B | CF | 31 | 4F |
| Octal | 261 | 315 | 344 | 26 | 12 | 0 | 13 | 317 | 61 | 117 |
| Binary | 10110001 | 11001101 | 11100100 | 10110 | 1010 | 0 | 1011 | 11001111 | 110001 | 1001111 |
Color Harmonies of #B1CDE4
Complementary color
Monochromatic Colors of #B1CDE4
Black with #B1CDE4
Text Example
Text Example
White with #B1CDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CDE4; }
p { color: rgb(177,205,228); }
H1.HeaderClassName
{
color: #B1CDE4;
}
.AnyTagClassName
{
color: #B1CDE4;
}
</style>
background-color css
<style>
a { background-color: #B1CDE4; }
a { background-color: rgb(177,205,228); }
div.DivClassName
{
background-color: #B1CDE4;
}
.BgClassName
{
background-color: #B1CDE4;
}
</style>
border-color css
<style>
span { border-color: #B1CDE4; }
span { border-color: rgb(177,205,228); }
td.TdClassName
{
border-color: #B1CDE4;
}
.TagClassName
{
border-color: #B1CDE4;
}
</style>