Shades of Tropical Blue #B5CEF8
Tints of Tropical Blue #B5CEF8
RGB
CMYK
RGB Variations
Color information
#B5CEF8 (or 0xB5CEF8) is known color: Tropical Blue. HEX triplet: B5, CE and F8. RGB value is (181,206,248). Sum of RGB (Red+Green+Blue) = 181+206+248=635 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.50% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 248 (97.27% from 255 or 39.06% from 635); Max value from RGB is 248 - color contains mainly: blue. Hex color #B5CEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CEF8 is #4A3107. Grayscale: #CBCBCB. Windows color (decimal): -4862216 or 16305845. OLE color: 16305845.
HSL color Cylindrical-coordinate representation of color #B5CEF8: hue angle of 217.61º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5CEF8 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 206 | 248 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.03 |
| HSL | 217.61º | 0.83% | 0.84% | - |
| HSV(B) | 217.61º | 0.27% | 0.97% | - |
| XYZ | 58.07 | 60.74 | 97.47 | - |
| YUV | 203.31 | 153.22 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 248 | 0.27 | 0.17 | 0 | 0.03 | 217.61 | 0.83 | 0.84 |
| Hex | B5 | CE | F8 | 1B | 11 | 0 | 3 | DA | 53 | 54 |
| Octal | 265 | 316 | 370 | 33 | 21 | 0 | 3 | 332 | 123 | 124 |
| Binary | 10110101 | 11001110 | 11111000 | 11011 | 10001 | 0 | 11 | 11011010 | 1010011 | 1010100 |
Color Harmonies of #B5CEF8
Complementary color
Monochromatic Colors of #B5CEF8
Black with #B5CEF8
Text Example
Text Example
White with #B5CEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CEF8; }
p { color: rgb(181,206,248); }
H1.HeaderClassName
{
color: #B5CEF8;
}
.AnyTagClassName
{
color: #B5CEF8;
}
</style>
background-color css
<style>
a { background-color: #B5CEF8; }
a { background-color: rgb(181,206,248); }
div.DivClassName
{
background-color: #B5CEF8;
}
.BgClassName
{
background-color: #B5CEF8;
}
</style>
border-color css
<style>
span { border-color: #B5CEF8; }
span { border-color: rgb(181,206,248); }
td.TdClassName
{
border-color: #B5CEF8;
}
.TagClassName
{
border-color: #B5CEF8;
}
</style>