Shades of Tropical Blue #B9CFFF
Tints of Tropical Blue #B9CFFF
RGB
CMYK
RGB Variations
Color information
#B9CFFF (or 0xB9CFFF) is known color: Tropical Blue. HEX triplet: B9, CF and FF. RGB value is (185,207,255). Sum of RGB (Red+Green+Blue) = 185+207+255=647 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.59% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CFFF is #463000. Grayscale: #CDCDCD. Windows color (decimal): -4599809 or 16764857. OLE color: 16764857.
HSL color Cylindrical-coordinate representation of color #B9CFFF: hue angle of 221.14º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9CFFF is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 207 | 255 | - |
| CMYK | 0.27 | 0.19 | 0 | 0 |
| HSL | 221.14º | 1% | 0.86% | - |
| HSV(B) | 221.14º | 0.27% | 1% | - |
| XYZ | 60.37 | 62.16 | 103.42 | - |
| YUV | 205.89 | 155.71 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 255 | 0.27 | 0.19 | 0 | 0 | 221.14 | 1 | 0.86 |
| Hex | B9 | CF | FF | 1B | 13 | 0 | 0 | DD | 64 | 56 |
| Octal | 271 | 317 | 377 | 33 | 23 | 0 | 0 | 335 | 144 | 126 |
| Binary | 10111001 | 11001111 | 11111111 | 11011 | 10011 | 0 | 0 | 11011101 | 1100100 | 1010110 |
Color Harmonies of #B9CFFF
Complementary color
Monochromatic Colors of #B9CFFF
Black with #B9CFFF
Text Example
Text Example
White with #B9CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CFFF; }
p { color: rgb(185,207,255); }
H1.HeaderClassName
{
color: #B9CFFF;
}
.AnyTagClassName
{
color: #B9CFFF;
}
</style>
background-color css
<style>
a { background-color: #B9CFFF; }
a { background-color: rgb(185,207,255); }
div.DivClassName
{
background-color: #B9CFFF;
}
.BgClassName
{
background-color: #B9CFFF;
}
</style>
border-color css
<style>
span { border-color: #B9CFFF; }
span { border-color: rgb(185,207,255); }
td.TdClassName
{
border-color: #B9CFFF;
}
.TagClassName
{
border-color: #B9CFFF;
}
</style>