Shades of Tropical Blue #B5CEEF
Tints of Tropical Blue #B5CEEF
RGB
CMYK
RGB Variations
Color information
#B5CEEF (or 0xB5CEEF) is known color: Tropical Blue. HEX triplet: B5, CE and EF. RGB value is (181,206,239). Sum of RGB (Red+Green+Blue) = 181+206+239=626 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.91% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CEEF is #4A3110. Grayscale: #CACACA. Windows color (decimal): -4862225 or 15716021. OLE color: 15716021.
HSL color Cylindrical-coordinate representation of color #B5CEEF: hue angle of 214.14º 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 #B5CEEF is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 206 | 239 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.06 |
| HSL | 214.14º | 0.64% | 0.82% | - |
| HSV(B) | 214.14º | 0.24% | 0.94% | - |
| XYZ | 56.71 | 60.2 | 90.29 | - |
| YUV | 202.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 239 | 0.24 | 0.14 | 0 | 0.06 | 214.14 | 0.64 | 0.82 |
| Hex | B5 | CE | EF | 18 | E | 0 | 6 | D6 | 40 | 52 |
| Octal | 265 | 316 | 357 | 30 | 16 | 0 | 6 | 326 | 100 | 122 |
| Binary | 10110101 | 11001110 | 11101111 | 11000 | 1110 | 0 | 110 | 11010110 | 1000000 | 1010010 |
Color Harmonies of #B5CEEF
Complementary color
Monochromatic Colors of #B5CEEF
Black with #B5CEEF
Text Example
Text Example
White with #B5CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CEEF; }
p { color: rgb(181,206,239); }
H1.HeaderClassName
{
color: #B5CEEF;
}
.AnyTagClassName
{
color: #B5CEEF;
}
</style>
background-color css
<style>
a { background-color: #B5CEEF; }
a { background-color: rgb(181,206,239); }
div.DivClassName
{
background-color: #B5CEEF;
}
.BgClassName
{
background-color: #B5CEEF;
}
</style>
border-color css
<style>
span { border-color: #B5CEEF; }
span { border-color: rgb(181,206,239); }
td.TdClassName
{
border-color: #B5CEEF;
}
.TagClassName
{
border-color: #B5CEEF;
}
</style>