Shades of Light Blue #B7DDE9
Tints of Light Blue #B7DDE9
RGB
CMYK
RGB Variations
Color information
#B7DDE9 (or 0xB7DDE9) is known color: Light Blue. HEX triplet: B7, DD and E9. RGB value is (183,221,233). Sum of RGB (Red+Green+Blue) = 183+221+233=637 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.73% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 233 - color contains mainly: blue. Hex color #B7DDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DDE9 is #482216. Grayscale: #D2D2D2. Windows color (decimal): -4727319 or 15326647. OLE color: 15326647.
HSL color Cylindrical-coordinate representation of color #B7DDE9: hue angle of 194.4º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7DDE9 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 221 | 233 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.09 |
| HSL | 194.4º | 0.53% | 0.82% | - |
| HSV(B) | 194.4º | 0.21% | 0.91% | - |
| XYZ | 60.09 | 67.66 | 86.98 | - |
| YUV | 211.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 221 | 233 | 0.21 | 0.05 | 0 | 0.09 | 194.4 | 0.53 | 0.82 |
| Hex | B7 | DD | E9 | 15 | 5 | 0 | 9 | C2 | 35 | 52 |
| Octal | 267 | 335 | 351 | 25 | 5 | 0 | 11 | 302 | 65 | 122 |
| Binary | 10110111 | 11011101 | 11101001 | 10101 | 101 | 0 | 1001 | 11000010 | 110101 | 1010010 |
Color Harmonies of #B7DDE9
Complementary color
Monochromatic Colors of #B7DDE9
Black with #B7DDE9
Text Example
Text Example
White with #B7DDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DDE9; }
p { color: rgb(183,221,233); }
H1.HeaderClassName
{
color: #B7DDE9;
}
.AnyTagClassName
{
color: #B7DDE9;
}
</style>
background-color css
<style>
a { background-color: #B7DDE9; }
a { background-color: rgb(183,221,233); }
div.DivClassName
{
background-color: #B7DDE9;
}
.BgClassName
{
background-color: #B7DDE9;
}
</style>
border-color css
<style>
span { border-color: #B7DDE9; }
span { border-color: rgb(183,221,233); }
td.TdClassName
{
border-color: #B7DDE9;
}
.TagClassName
{
border-color: #B7DDE9;
}
</style>