Shades of Tropical Blue #B9D0FE
Tints of Tropical Blue #B9D0FE
RGB
CMYK
RGB Variations
Color information
#B9D0FE (or 0xB9D0FE) is known color: Tropical Blue. HEX triplet: B9, D0 and FE. RGB value is (185,208,254). Sum of RGB (Red+Green+Blue) = 185+208+254=647 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.59% from 647); Green value is 208 (81.64% from 255 or 32.15% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9D0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D0FE is #462F01. Grayscale: #CECECE. Windows color (decimal): -4599554 or 16699577. OLE color: 16699577.
HSL color Cylindrical-coordinate representation of color #B9D0FE: hue angle of 220º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9D0FE is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 208 | 254 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.00 |
| HSL | 220º | 0.97% | 0.86% | - |
| HSV(B) | 220º | 0.27% | 1% | - |
| XYZ | 60.45 | 62.58 | 102.66 | - |
| YUV | 206.37 | 154.88 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 208 | 254 | 0.27 | 0.18 | 0 | 0.00 | 220 | 0.97 | 0.86 |
| Hex | B9 | D0 | FE | 1B | 12 | 0 | 0 | DC | 61 | 56 |
| Octal | 271 | 320 | 376 | 33 | 22 | 0 | 0 | 334 | 141 | 126 |
| Binary | 10111001 | 11010000 | 11111110 | 11011 | 10010 | 0 | 0 | 11011100 | 1100001 | 1010110 |
Color Harmonies of #B9D0FE
Complementary color
Monochromatic Colors of #B9D0FE
Black with #B9D0FE
Text Example
Text Example
White with #B9D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D0FE; }
p { color: rgb(185,208,254); }
H1.HeaderClassName
{
color: #B9D0FE;
}
.AnyTagClassName
{
color: #B9D0FE;
}
</style>
background-color css
<style>
a { background-color: #B9D0FE; }
a { background-color: rgb(185,208,254); }
div.DivClassName
{
background-color: #B9D0FE;
}
.BgClassName
{
background-color: #B9D0FE;
}
</style>
border-color css
<style>
span { border-color: #B9D0FE; }
span { border-color: rgb(185,208,254); }
td.TdClassName
{
border-color: #B9D0FE;
}
.TagClassName
{
border-color: #B9D0FE;
}
</style>