Shades of Tropical Blue #B9D0FF
Tints of Tropical Blue #B9D0FF
RGB
CMYK
RGB Variations
Color information
#B9D0FF (or 0xB9D0FF) is known color: Tropical Blue. HEX triplet: B9, D0 and FF. RGB value is (185,208,255). Sum of RGB (Red+Green+Blue) = 185+208+255=648 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.55% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9D0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D0FF is #462F00. Grayscale: #CECECE. Windows color (decimal): -4599553 or 16765113. OLE color: 16765113.
HSL color Cylindrical-coordinate representation of color #B9D0FF: hue angle of 220.29º 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 #B9D0FF is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 208 | 255 | - |
| CMYK | 0.27 | 0.18 | 0 | 0 |
| HSL | 220.29º | 1% | 0.86% | - |
| HSV(B) | 220.29º | 0.27% | 1% | - |
| XYZ | 60.61 | 62.65 | 103.51 | - |
| YUV | 206.48 | 155.38 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 208 | 255 | 0.27 | 0.18 | 0 | 0 | 220.29 | 1 | 0.86 |
| Hex | B9 | D0 | FF | 1B | 12 | 0 | 0 | DC | 64 | 56 |
| Octal | 271 | 320 | 377 | 33 | 22 | 0 | 0 | 334 | 144 | 126 |
| Binary | 10111001 | 11010000 | 11111111 | 11011 | 10010 | 0 | 0 | 11011100 | 1100100 | 1010110 |
Color Harmonies of #B9D0FF
Complementary color
Monochromatic Colors of #B9D0FF
Black with #B9D0FF
Text Example
Text Example
White with #B9D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D0FF; }
p { color: rgb(185,208,255); }
H1.HeaderClassName
{
color: #B9D0FF;
}
.AnyTagClassName
{
color: #B9D0FF;
}
</style>
background-color css
<style>
a { background-color: #B9D0FF; }
a { background-color: rgb(185,208,255); }
div.DivClassName
{
background-color: #B9D0FF;
}
.BgClassName
{
background-color: #B9D0FF;
}
</style>
border-color css
<style>
span { border-color: #B9D0FF; }
span { border-color: rgb(185,208,255); }
td.TdClassName
{
border-color: #B9D0FF;
}
.TagClassName
{
border-color: #B9D0FF;
}
</style>