Shades of Light Blue #B5D0DD
Tints of Light Blue #B5D0DD
RGB
CMYK
RGB Variations
Color information
#B5D0DD (or 0xB5D0DD) is known color: Light Blue. HEX triplet: B5, D0 and DD. RGB value is (181,208,221). Sum of RGB (Red+Green+Blue) = 181+208+221=610 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.67% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5D0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D0DD is #4A2F22. Grayscale: #C9C9C9. Windows color (decimal): -4861731 or 14536885. OLE color: 14536885.
HSL color Cylindrical-coordinate representation of color #B5D0DD: hue angle of 199.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5D0DD is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 208 | 221 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.13 |
| HSL | 199.5º | 0.37% | 0.79% | - |
| HSV(B) | 199.5º | 0.18% | 0.87% | - |
| XYZ | 54.66 | 60.16 | 77.14 | - |
| YUV | 201.41 | 139.05 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 221 | 0.18 | 0.06 | 0 | 0.13 | 199.5 | 0.37 | 0.79 |
| Hex | B5 | D0 | DD | 12 | 6 | 0 | D | C8 | 25 | 4F |
| Octal | 265 | 320 | 335 | 22 | 6 | 0 | 15 | 310 | 45 | 117 |
| Binary | 10110101 | 11010000 | 11011101 | 10010 | 110 | 0 | 1101 | 11001000 | 100101 | 1001111 |
Color Harmonies of #B5D0DD
Complementary color
Monochromatic Colors of #B5D0DD
Black with #B5D0DD
Text Example
Text Example
White with #B5D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D0DD; }
p { color: rgb(181,208,221); }
H1.HeaderClassName
{
color: #B5D0DD;
}
.AnyTagClassName
{
color: #B5D0DD;
}
</style>
background-color css
<style>
a { background-color: #B5D0DD; }
a { background-color: rgb(181,208,221); }
div.DivClassName
{
background-color: #B5D0DD;
}
.BgClassName
{
background-color: #B5D0DD;
}
</style>
border-color css
<style>
span { border-color: #B5D0DD; }
span { border-color: rgb(181,208,221); }
td.TdClassName
{
border-color: #B5D0DD;
}
.TagClassName
{
border-color: #B5D0DD;
}
</style>