Shades of Tropical Blue #B9CFEC
Tints of Tropical Blue #B9CFEC
RGB
CMYK
RGB Variations
Color information
#B9CFEC (or 0xB9CFEC) is known color: Tropical Blue. HEX triplet: B9, CF and EC. RGB value is (185,207,236). Sum of RGB (Red+Green+Blue) = 185+207+236=628 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.46% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CFEC is #463013. Grayscale: #CBCBCB. Windows color (decimal): -4599828 or 15519673. OLE color: 15519673.
HSL color Cylindrical-coordinate representation of color #B9CFEC: hue angle of 214.12º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9CFEC is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 207 | 236 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.07 |
| HSL | 214.12º | 0.57% | 0.83% | - |
| HSV(B) | 214.12º | 0.22% | 0.93% | - |
| XYZ | 57.46 | 61 | 88.1 | - |
| YUV | 203.73 | 146.21 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 236 | 0.22 | 0.12 | 0 | 0.07 | 214.12 | 0.57 | 0.83 |
| Hex | B9 | CF | EC | 16 | C | 0 | 7 | D6 | 39 | 53 |
| Octal | 271 | 317 | 354 | 26 | 14 | 0 | 7 | 326 | 71 | 123 |
| Binary | 10111001 | 11001111 | 11101100 | 10110 | 1100 | 0 | 111 | 11010110 | 111001 | 1010011 |
Color Harmonies of #B9CFEC
Complementary color
Monochromatic Colors of #B9CFEC
Black with #B9CFEC
Text Example
Text Example
White with #B9CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CFEC; }
p { color: rgb(185,207,236); }
H1.HeaderClassName
{
color: #B9CFEC;
}
.AnyTagClassName
{
color: #B9CFEC;
}
</style>
background-color css
<style>
a { background-color: #B9CFEC; }
a { background-color: rgb(185,207,236); }
div.DivClassName
{
background-color: #B9CFEC;
}
.BgClassName
{
background-color: #B9CFEC;
}
</style>
border-color css
<style>
span { border-color: #B9CFEC; }
span { border-color: rgb(185,207,236); }
td.TdClassName
{
border-color: #B9CFEC;
}
.TagClassName
{
border-color: #B9CFEC;
}
</style>