Shades of Light Blue #B5D5DF
Tints of Light Blue #B5D5DF
RGB
CMYK
RGB Variations
Color information
#B5D5DF (or 0xB5D5DF) is known color: Light Blue. HEX triplet: B5, D5 and DF. RGB value is (181,213,223). Sum of RGB (Red+Green+Blue) = 181+213+223=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5D5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D5DF is #4A2A20. Grayscale: #CCCCCC. Windows color (decimal): -4860449 or 14669237. OLE color: 14669237.
HSL color Cylindrical-coordinate representation of color #B5D5DF: hue angle of 194.29º 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 #B5D5DF is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 181 | 213 | 223 | - |
CMYK | 0.19 | 0.04 | 0 | 0.13 |
HSL | 194.29º | 0.4% | 0.79% | - |
HSV(B) | 194.29º | 0.19% | 0.87% | - |
XYZ | 56.17 | 62.74 | 78.96 | - |
YUV | 204.57 | 138.4 | 111.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 213 | 223 | 0.19 | 0.04 | 0 | 0.13 | 194.29 | 0.4 | 0.79 |
Hex | B5 | D5 | DF | 13 | 4 | 0 | D | C2 | 28 | 4F |
Octal | 265 | 325 | 337 | 23 | 4 | 0 | 15 | 302 | 50 | 117 |
Binary | 10110101 | 11010101 | 11011111 | 10011 | 100 | 0 | 1101 | 11000010 | 101000 | 1001111 |
Color Harmonies of #B5D5DF
Complementary color
Monochromatic Colors of #B5D5DF
Black with #B5D5DF
Text Example
Text Example
White with #B5D5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D5DF; }
p { color: rgb(181,213,223); }
H1.HeaderClassName
{
color: #B5D5DF;
}
.AnyTagClassName
{
color: #B5D5DF;
}
</style>
background-color css
<style>
a { background-color: #B5D5DF; }
a { background-color: rgb(181,213,223); }
div.DivClassName
{
background-color: #B5D5DF;
}
.BgClassName
{
background-color: #B5D5DF;
}
</style>
border-color css
<style>
span { border-color: #B5D5DF; }
span { border-color: rgb(181,213,223); }
td.TdClassName
{
border-color: #B5D5DF;
}
.TagClassName
{
border-color: #B5D5DF;
}
</style>