Shades of Light Blue #B7D0DE
Tints of Light Blue #B7D0DE
RGB
CMYK
RGB Variations
Color information
#B7D0DE (or 0xB7D0DE) is known color: Light Blue. HEX triplet: B7, D0 and DE. RGB value is (183,208,222). Sum of RGB (Red+Green+Blue) = 183+208+222=613 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.85% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #B7D0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D0DE is #482F21. Grayscale: #CACACA. Windows color (decimal): -4730658 or 14602423. OLE color: 14602423.
HSL color Cylindrical-coordinate representation of color #B7D0DE: hue angle of 201.54º 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 #B7D0DE is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 208 | 222 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.13 |
| HSL | 201.54º | 0.37% | 0.79% | - |
| HSV(B) | 201.54º | 0.18% | 0.87% | - |
| XYZ | 55.27 | 60.45 | 77.86 | - |
| YUV | 202.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 222 | 0.18 | 0.06 | 0 | 0.13 | 201.54 | 0.37 | 0.79 |
| Hex | B7 | D0 | DE | 12 | 6 | 0 | D | CA | 25 | 4F |
| Octal | 267 | 320 | 336 | 22 | 6 | 0 | 15 | 312 | 45 | 117 |
| Binary | 10110111 | 11010000 | 11011110 | 10010 | 110 | 0 | 1101 | 11001010 | 100101 | 1001111 |
Color Harmonies of #B7D0DE
Complementary color
Monochromatic Colors of #B7D0DE
Black with #B7D0DE
Text Example
Text Example
White with #B7D0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D0DE; }
p { color: rgb(183,208,222); }
H1.HeaderClassName
{
color: #B7D0DE;
}
.AnyTagClassName
{
color: #B7D0DE;
}
</style>
background-color css
<style>
a { background-color: #B7D0DE; }
a { background-color: rgb(183,208,222); }
div.DivClassName
{
background-color: #B7D0DE;
}
.BgClassName
{
background-color: #B7D0DE;
}
</style>
border-color css
<style>
span { border-color: #B7D0DE; }
span { border-color: rgb(183,208,222); }
td.TdClassName
{
border-color: #B7D0DE;
}
.TagClassName
{
border-color: #B7D0DE;
}
</style>