Shades of Tropical Blue #B9CDF1
Tints of Tropical Blue #B9CDF1
RGB
CMYK
RGB Variations
Color information
#B9CDF1 (or 0xB9CDF1) is known color: Tropical Blue. HEX triplet: B9, CD and F1. RGB value is (185,205,241). Sum of RGB (Red+Green+Blue) = 185+205+241=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9CDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CDF1 is #46320E. Grayscale: #CACACA. Windows color (decimal): -4600335 or 15846841. OLE color: 15846841.
HSL color Cylindrical-coordinate representation of color #B9CDF1: hue angle of 218.57º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9CDF1 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 205 | 241 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.05 |
| HSL | 218.57º | 0.67% | 0.84% | - |
| HSV(B) | 218.57º | 0.23% | 0.95% | - |
| XYZ | 57.72 | 60.33 | 91.82 | - |
| YUV | 203.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 205 | 241 | 0.23 | 0.15 | 0 | 0.05 | 218.57 | 0.67 | 0.84 |
| Hex | B9 | CD | F1 | 17 | F | 0 | 5 | DB | 43 | 54 |
| Octal | 271 | 315 | 361 | 27 | 17 | 0 | 5 | 333 | 103 | 124 |
| Binary | 10111001 | 11001101 | 11110001 | 10111 | 1111 | 0 | 101 | 11011011 | 1000011 | 1010100 |
Color Harmonies of #B9CDF1
Complementary color
Monochromatic Colors of #B9CDF1
Black with #B9CDF1
Text Example
Text Example
White with #B9CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CDF1; }
p { color: rgb(185,205,241); }
H1.HeaderClassName
{
color: #B9CDF1;
}
.AnyTagClassName
{
color: #B9CDF1;
}
</style>
background-color css
<style>
a { background-color: #B9CDF1; }
a { background-color: rgb(185,205,241); }
div.DivClassName
{
background-color: #B9CDF1;
}
.BgClassName
{
background-color: #B9CDF1;
}
</style>
border-color css
<style>
span { border-color: #B9CDF1; }
span { border-color: rgb(185,205,241); }
td.TdClassName
{
border-color: #B9CDF1;
}
.TagClassName
{
border-color: #B9CDF1;
}
</style>