Shades of Light Blue #B7D0DD
Tints of Light Blue #B7D0DD
RGB
CMYK
RGB Variations
Color information
#B7D0DD (or 0xB7D0DD) is known color: Light Blue. HEX triplet: B7, D0 and DD. RGB value is (183,208,221). Sum of RGB (Red+Green+Blue) = 183+208+221=612 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.90% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7D0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D0DD is #482F22. Grayscale: #C9C9C9. Windows color (decimal): -4730659 or 14536887. OLE color: 14536887.
HSL color Cylindrical-coordinate representation of color #B7D0DD: hue angle of 200.53º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7D0DD is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 208 | 221 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.13 |
| HSL | 200.53º | 0.36% | 0.79% | - |
| HSV(B) | 200.53º | 0.17% | 0.87% | - |
| XYZ | 55.14 | 60.4 | 77.16 | - |
| YUV | 202.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 221 | 0.17 | 0.06 | 0 | 0.13 | 200.53 | 0.36 | 0.79 |
| Hex | B7 | D0 | DD | 11 | 6 | 0 | D | C9 | 24 | 4F |
| Octal | 267 | 320 | 335 | 21 | 6 | 0 | 15 | 311 | 44 | 117 |
| Binary | 10110111 | 11010000 | 11011101 | 10001 | 110 | 0 | 1101 | 11001001 | 100100 | 1001111 |
Color Harmonies of #B7D0DD
Complementary color
Monochromatic Colors of #B7D0DD
Black with #B7D0DD
Text Example
Text Example
White with #B7D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D0DD; }
p { color: rgb(183,208,221); }
H1.HeaderClassName
{
color: #B7D0DD;
}
.AnyTagClassName
{
color: #B7D0DD;
}
</style>
background-color css
<style>
a { background-color: #B7D0DD; }
a { background-color: rgb(183,208,221); }
div.DivClassName
{
background-color: #B7D0DD;
}
.BgClassName
{
background-color: #B7D0DD;
}
</style>
border-color css
<style>
span { border-color: #B7D0DD; }
span { border-color: rgb(183,208,221); }
td.TdClassName
{
border-color: #B7D0DD;
}
.TagClassName
{
border-color: #B7D0DD;
}
</style>