Shades of Tropical Blue #B9CFE9
Tints of Tropical Blue #B9CFE9
RGB
CMYK
RGB Variations
Color information
#B9CFE9 (or 0xB9CFE9) is known color: Tropical Blue. HEX triplet: B9, CF and E9. RGB value is (185,207,233). Sum of RGB (Red+Green+Blue) = 185+207+233=625 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.6% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #B9CFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CFE9 is #463016. Grayscale: #CBCBCB. Windows color (decimal): -4599831 or 15323065. OLE color: 15323065.
HSL color Cylindrical-coordinate representation of color #B9CFE9: hue angle of 212.5º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9CFE9 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 207 | 233 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.09 |
| HSL | 212.5º | 0.52% | 0.82% | - |
| HSV(B) | 212.5º | 0.21% | 0.91% | - |
| XYZ | 57.03 | 60.82 | 85.83 | - |
| YUV | 203.39 | 144.71 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 233 | 0.21 | 0.11 | 0 | 0.09 | 212.5 | 0.52 | 0.82 |
| Hex | B9 | CF | E9 | 15 | B | 0 | 9 | D4 | 34 | 52 |
| Octal | 271 | 317 | 351 | 25 | 13 | 0 | 11 | 324 | 64 | 122 |
| Binary | 10111001 | 11001111 | 11101001 | 10101 | 1011 | 0 | 1001 | 11010100 | 110100 | 1010010 |
Color Harmonies of #B9CFE9
Complementary color
Monochromatic Colors of #B9CFE9
Black with #B9CFE9
Text Example
Text Example
White with #B9CFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CFE9; }
p { color: rgb(185,207,233); }
H1.HeaderClassName
{
color: #B9CFE9;
}
.AnyTagClassName
{
color: #B9CFE9;
}
</style>
background-color css
<style>
a { background-color: #B9CFE9; }
a { background-color: rgb(185,207,233); }
div.DivClassName
{
background-color: #B9CFE9;
}
.BgClassName
{
background-color: #B9CFE9;
}
</style>
border-color css
<style>
span { border-color: #B9CFE9; }
span { border-color: rgb(185,207,233); }
td.TdClassName
{
border-color: #B9CFE9;
}
.TagClassName
{
border-color: #B9CFE9;
}
</style>