Shades of Light Blue #B5D8DF
Tints of Light Blue #B5D8DF
RGB
CMYK
RGB Variations
Color information
#B5D8DF (or 0xB5D8DF) is known color: Light Blue. HEX triplet: B5, D8 and DF. RGB value is (181,216,223). Sum of RGB (Red+Green+Blue) = 181+216+223=620 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.19% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5D8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D8DF is #4A2720. Grayscale: #CECECE. Windows color (decimal): -4859681 or 14670005. OLE color: 14670005.
HSL color Cylindrical-coordinate representation of color #B5D8DF: hue angle of 190º 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 #B5D8DF is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 216 | 223 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.13 |
| HSL | 190º | 0.4% | 0.79% | - |
| HSV(B) | 190º | 0.19% | 0.87% | - |
| XYZ | 56.93 | 64.26 | 79.22 | - |
| YUV | 206.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 223 | 0.19 | 0.03 | 0 | 0.13 | 190 | 0.4 | 0.79 |
| Hex | B5 | D8 | DF | 13 | 3 | 0 | D | BE | 28 | 4F |
| Octal | 265 | 330 | 337 | 23 | 3 | 0 | 15 | 276 | 50 | 117 |
| Binary | 10110101 | 11011000 | 11011111 | 10011 | 11 | 0 | 1101 | 10111110 | 101000 | 1001111 |
Color Harmonies of #B5D8DF
Complementary color
Monochromatic Colors of #B5D8DF
Black with #B5D8DF
Text Example
Text Example
White with #B5D8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D8DF; }
p { color: rgb(181,216,223); }
H1.HeaderClassName
{
color: #B5D8DF;
}
.AnyTagClassName
{
color: #B5D8DF;
}
</style>
background-color css
<style>
a { background-color: #B5D8DF; }
a { background-color: rgb(181,216,223); }
div.DivClassName
{
background-color: #B5D8DF;
}
.BgClassName
{
background-color: #B5D8DF;
}
</style>
border-color css
<style>
span { border-color: #B5D8DF; }
span { border-color: rgb(181,216,223); }
td.TdClassName
{
border-color: #B5D8DF;
}
.TagClassName
{
border-color: #B5D8DF;
}
</style>