Shades of Tropical Blue #B5C9EF
Tints of Tropical Blue #B5C9EF
RGB
CMYK
RGB Variations
Color information
#B5C9EF (or 0xB5C9EF) is known color: Tropical Blue. HEX triplet: B5, C9 and EF. RGB value is (181,201,239). Sum of RGB (Red+Green+Blue) = 181+201+239=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5C9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C9EF is #4A3610. Grayscale: #C7C7C7. Windows color (decimal): -4863505 or 15714741. OLE color: 15714741.
HSL color Cylindrical-coordinate representation of color #B5C9EF: hue angle of 219.31º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5C9EF is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 201 | 239 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.06 |
| HSL | 219.31º | 0.64% | 0.82% | - |
| HSV(B) | 219.31º | 0.24% | 0.94% | - |
| XYZ | 55.52 | 57.83 | 89.9 | - |
| YUV | 199.35 | 150.37 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 239 | 0.24 | 0.16 | 0 | 0.06 | 219.31 | 0.64 | 0.82 |
| Hex | B5 | C9 | EF | 18 | 10 | 0 | 6 | DB | 40 | 52 |
| Octal | 265 | 311 | 357 | 30 | 20 | 0 | 6 | 333 | 100 | 122 |
| Binary | 10110101 | 11001001 | 11101111 | 11000 | 10000 | 0 | 110 | 11011011 | 1000000 | 1010010 |
Color Harmonies of #B5C9EF
Complementary color
Monochromatic Colors of #B5C9EF
Black with #B5C9EF
Text Example
Text Example
White with #B5C9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C9EF; }
p { color: rgb(181,201,239); }
H1.HeaderClassName
{
color: #B5C9EF;
}
.AnyTagClassName
{
color: #B5C9EF;
}
</style>
background-color css
<style>
a { background-color: #B5C9EF; }
a { background-color: rgb(181,201,239); }
div.DivClassName
{
background-color: #B5C9EF;
}
.BgClassName
{
background-color: #B5C9EF;
}
</style>
border-color css
<style>
span { border-color: #B5C9EF; }
span { border-color: rgb(181,201,239); }
td.TdClassName
{
border-color: #B5C9EF;
}
.TagClassName
{
border-color: #B5C9EF;
}
</style>