Shades of Light Blue #B7D9ED
Tints of Light Blue #B7D9ED
RGB
CMYK
RGB Variations
Color information
#B7D9ED (or 0xB7D9ED) is known color: Light Blue. HEX triplet: B7, D9 and ED. RGB value is (183,217,237). Sum of RGB (Red+Green+Blue) = 183+217+237=637 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.73% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #B7D9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D9ED is #482612. Grayscale: #D1D1D1. Windows color (decimal): -4728339 or 15587767. OLE color: 15587767.
HSL color Cylindrical-coordinate representation of color #B7D9ED: hue angle of 202.22º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7D9ED is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 217 | 237 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.07 |
| HSL | 202.22º | 0.6% | 0.82% | - |
| HSV(B) | 202.22º | 0.23% | 0.93% | - |
| XYZ | 59.63 | 65.81 | 89.68 | - |
| YUV | 209.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 237 | 0.23 | 0.08 | 0 | 0.07 | 202.22 | 0.6 | 0.82 |
| Hex | B7 | D9 | ED | 17 | 8 | 0 | 7 | CA | 3C | 52 |
| Octal | 267 | 331 | 355 | 27 | 10 | 0 | 7 | 312 | 74 | 122 |
| Binary | 10110111 | 11011001 | 11101101 | 10111 | 1000 | 0 | 111 | 11001010 | 111100 | 1010010 |
Color Harmonies of #B7D9ED
Complementary color
Monochromatic Colors of #B7D9ED
Black with #B7D9ED
Text Example
Text Example
White with #B7D9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D9ED; }
p { color: rgb(183,217,237); }
H1.HeaderClassName
{
color: #B7D9ED;
}
.AnyTagClassName
{
color: #B7D9ED;
}
</style>
background-color css
<style>
a { background-color: #B7D9ED; }
a { background-color: rgb(183,217,237); }
div.DivClassName
{
background-color: #B7D9ED;
}
.BgClassName
{
background-color: #B7D9ED;
}
</style>
border-color css
<style>
span { border-color: #B7D9ED; }
span { border-color: rgb(183,217,237); }
td.TdClassName
{
border-color: #B7D9ED;
}
.TagClassName
{
border-color: #B7D9ED;
}
</style>