Shades of Tropical Blue #B9CDF0
Tints of Tropical Blue #B9CDF0
RGB
CMYK
RGB Variations
Color information
#B9CDF0 (or 0xB9CDF0) is known color: Tropical Blue. HEX triplet: B9, CD and F0. RGB value is (185,205,240). Sum of RGB (Red+Green+Blue) = 185+205+240=630 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.37% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #B9CDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CDF0 is #46320F. Grayscale: #CACACA. Windows color (decimal): -4600336 or 15781305. OLE color: 15781305.
HSL color Cylindrical-coordinate representation of color #B9CDF0: hue angle of 218.18º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9CDF0 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 205 | 240 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.06 |
| HSL | 218.18º | 0.65% | 0.83% | - |
| HSV(B) | 218.18º | 0.23% | 0.94% | - |
| XYZ | 57.57 | 60.27 | 91.04 | - |
| YUV | 203.01 | 148.87 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 205 | 240 | 0.23 | 0.15 | 0 | 0.06 | 218.18 | 0.65 | 0.83 |
| Hex | B9 | CD | F0 | 17 | F | 0 | 6 | DA | 41 | 53 |
| Octal | 271 | 315 | 360 | 27 | 17 | 0 | 6 | 332 | 101 | 123 |
| Binary | 10111001 | 11001101 | 11110000 | 10111 | 1111 | 0 | 110 | 11011010 | 1000001 | 1010011 |
Color Harmonies of #B9CDF0
Complementary color
Monochromatic Colors of #B9CDF0
Black with #B9CDF0
Text Example
Text Example
White with #B9CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CDF0; }
p { color: rgb(185,205,240); }
H1.HeaderClassName
{
color: #B9CDF0;
}
.AnyTagClassName
{
color: #B9CDF0;
}
</style>
background-color css
<style>
a { background-color: #B9CDF0; }
a { background-color: rgb(185,205,240); }
div.DivClassName
{
background-color: #B9CDF0;
}
.BgClassName
{
background-color: #B9CDF0;
}
</style>
border-color css
<style>
span { border-color: #B9CDF0; }
span { border-color: rgb(185,205,240); }
td.TdClassName
{
border-color: #B9CDF0;
}
.TagClassName
{
border-color: #B9CDF0;
}
</style>