Shades of Tropical Blue #B5CDF8
Tints of Tropical Blue #B5CDF8
RGB
CMYK
RGB Variations
Color information
#B5CDF8 (or 0xB5CDF8) is known color: Tropical Blue. HEX triplet: B5, CD and F8. RGB value is (181,205,248). Sum of RGB (Red+Green+Blue) = 181+205+248=634 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.55% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 248 (97.27% from 255 or 39.12% from 634); Max value from RGB is 248 - color contains mainly: blue. Hex color #B5CDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CDF8 is #4A3207. Grayscale: #CACACA. Windows color (decimal): -4862472 or 16305589. OLE color: 16305589.
HSL color Cylindrical-coordinate representation of color #B5CDF8: hue angle of 218.51º 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 #B5CDF8 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 181 | 205 | 248 | - |
CMYK | 0.27 | 0.17 | 0 | 0.03 |
HSL | 218.51º | 0.83% | 0.84% | - |
HSV(B) | 218.51º | 0.27% | 0.97% | - |
XYZ | 57.83 | 60.26 | 97.39 | - |
YUV | 202.73 | 153.55 | 112.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 205 | 248 | 0.27 | 0.17 | 0 | 0.03 | 218.51 | 0.83 | 0.84 |
Hex | B5 | CD | F8 | 1B | 11 | 0 | 3 | DB | 53 | 54 |
Octal | 265 | 315 | 370 | 33 | 21 | 0 | 3 | 333 | 123 | 124 |
Binary | 10110101 | 11001101 | 11111000 | 11011 | 10001 | 0 | 11 | 11011011 | 1010011 | 1010100 |
Color Harmonies of #B5CDF8
Complementary color
Monochromatic Colors of #B5CDF8
Black with #B5CDF8
Text Example
Text Example
White with #B5CDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CDF8; }
p { color: rgb(181,205,248); }
H1.HeaderClassName
{
color: #B5CDF8;
}
.AnyTagClassName
{
color: #B5CDF8;
}
</style>
background-color css
<style>
a { background-color: #B5CDF8; }
a { background-color: rgb(181,205,248); }
div.DivClassName
{
background-color: #B5CDF8;
}
.BgClassName
{
background-color: #B5CDF8;
}
</style>
border-color css
<style>
span { border-color: #B5CDF8; }
span { border-color: rgb(181,205,248); }
td.TdClassName
{
border-color: #B5CDF8;
}
.TagClassName
{
border-color: #B5CDF8;
}
</style>