Shades of Light Blue #B5D6DF
Tints of Light Blue #B5D6DF
RGB
CMYK
RGB Variations
Color information
#B5D6DF (or 0xB5D6DF) is known color: Light Blue. HEX triplet: B5, D6 and DF. RGB value is (181,214,223). Sum of RGB (Red+Green+Blue) = 181+214+223=618 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.29% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5D6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D6DF is #4A2920. Grayscale: #CDCDCD. Windows color (decimal): -4860193 or 14669493. OLE color: 14669493.
HSL color Cylindrical-coordinate representation of color #B5D6DF: hue angle of 192.86º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5D6DF is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 214 | 223 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.13 |
| HSL | 192.86º | 0.4% | 0.79% | - |
| HSV(B) | 192.86º | 0.19% | 0.87% | - |
| XYZ | 56.42 | 63.24 | 79.05 | - |
| YUV | 205.16 | 138.07 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 223 | 0.19 | 0.04 | 0 | 0.13 | 192.86 | 0.4 | 0.79 |
| Hex | B5 | D6 | DF | 13 | 4 | 0 | D | C1 | 28 | 4F |
| Octal | 265 | 326 | 337 | 23 | 4 | 0 | 15 | 301 | 50 | 117 |
| Binary | 10110101 | 11010110 | 11011111 | 10011 | 100 | 0 | 1101 | 11000001 | 101000 | 1001111 |
Color Harmonies of #B5D6DF
Complementary color
Monochromatic Colors of #B5D6DF
Black with #B5D6DF
Text Example
Text Example
White with #B5D6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D6DF; }
p { color: rgb(181,214,223); }
H1.HeaderClassName
{
color: #B5D6DF;
}
.AnyTagClassName
{
color: #B5D6DF;
}
</style>
background-color css
<style>
a { background-color: #B5D6DF; }
a { background-color: rgb(181,214,223); }
div.DivClassName
{
background-color: #B5D6DF;
}
.BgClassName
{
background-color: #B5D6DF;
}
</style>
border-color css
<style>
span { border-color: #B5D6DF; }
span { border-color: rgb(181,214,223); }
td.TdClassName
{
border-color: #B5D6DF;
}
.TagClassName
{
border-color: #B5D6DF;
}
</style>