Shades of Tropical Blue #B9CFEF
Tints of Tropical Blue #B9CFEF
RGB
CMYK
RGB Variations
Color information
#B9CFEF (or 0xB9CFEF) is known color: Tropical Blue. HEX triplet: B9, CF and EF. RGB value is (185,207,239). Sum of RGB (Red+Green+Blue) = 185+207+239=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CFEF is #463010. Grayscale: #CBCBCB. Windows color (decimal): -4599825 or 15716281. OLE color: 15716281.
HSL color Cylindrical-coordinate representation of color #B9CFEF: hue angle of 215.56º degrees, saturation: 0.63, 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 #B9CFEF is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 207 | 239 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.06 |
| HSL | 215.56º | 0.63% | 0.83% | - |
| HSV(B) | 215.56º | 0.23% | 0.94% | - |
| XYZ | 57.9 | 61.17 | 90.42 | - |
| YUV | 204.07 | 147.71 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 239 | 0.23 | 0.13 | 0 | 0.06 | 215.56 | 0.63 | 0.83 |
| Hex | B9 | CF | EF | 17 | D | 0 | 6 | D8 | 3F | 53 |
| Octal | 271 | 317 | 357 | 27 | 15 | 0 | 6 | 330 | 77 | 123 |
| Binary | 10111001 | 11001111 | 11101111 | 10111 | 1101 | 0 | 110 | 11011000 | 111111 | 1010011 |
Color Harmonies of #B9CFEF
Complementary color
Monochromatic Colors of #B9CFEF
Black with #B9CFEF
Text Example
Text Example
White with #B9CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CFEF; }
p { color: rgb(185,207,239); }
H1.HeaderClassName
{
color: #B9CFEF;
}
.AnyTagClassName
{
color: #B9CFEF;
}
</style>
background-color css
<style>
a { background-color: #B9CFEF; }
a { background-color: rgb(185,207,239); }
div.DivClassName
{
background-color: #B9CFEF;
}
.BgClassName
{
background-color: #B9CFEF;
}
</style>
border-color css
<style>
span { border-color: #B9CFEF; }
span { border-color: rgb(185,207,239); }
td.TdClassName
{
border-color: #B9CFEF;
}
.TagClassName
{
border-color: #B9CFEF;
}
</style>