Shades of Light Blue #B7DCE6
Tints of Light Blue #B7DCE6
RGB
CMYK
RGB Variations
Color information
#B7DCE6 (or 0xB7DCE6) is known color: Light Blue. HEX triplet: B7, DC and E6. RGB value is (183,220,230). Sum of RGB (Red+Green+Blue) = 183+220+230=633 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.91% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 230 - color contains mainly: blue. Hex color #B7DCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DCE6 is #482319. Grayscale: #D2D2D2. Windows color (decimal): -4727578 or 15129783. OLE color: 15129783.
HSL color Cylindrical-coordinate representation of color #B7DCE6: hue angle of 192.77º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7DCE6 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 220 | 230 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.10 |
| HSL | 192.77º | 0.48% | 0.81% | - |
| HSV(B) | 192.77º | 0.2% | 0.9% | - |
| XYZ | 59.4 | 66.97 | 84.66 | - |
| YUV | 210.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 230 | 0.20 | 0.04 | 0 | 0.10 | 192.77 | 0.48 | 0.81 |
| Hex | B7 | DC | E6 | 14 | 4 | 0 | A | C1 | 30 | 51 |
| Octal | 267 | 334 | 346 | 24 | 4 | 0 | 12 | 301 | 60 | 121 |
| Binary | 10110111 | 11011100 | 11100110 | 10100 | 100 | 0 | 1010 | 11000001 | 110000 | 1010001 |
Color Harmonies of #B7DCE6
Complementary color
Monochromatic Colors of #B7DCE6
Black with #B7DCE6
Text Example
Text Example
White with #B7DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DCE6; }
p { color: rgb(183,220,230); }
H1.HeaderClassName
{
color: #B7DCE6;
}
.AnyTagClassName
{
color: #B7DCE6;
}
</style>
background-color css
<style>
a { background-color: #B7DCE6; }
a { background-color: rgb(183,220,230); }
div.DivClassName
{
background-color: #B7DCE6;
}
.BgClassName
{
background-color: #B7DCE6;
}
</style>
border-color css
<style>
span { border-color: #B7DCE6; }
span { border-color: rgb(183,220,230); }
td.TdClassName
{
border-color: #B7DCE6;
}
.TagClassName
{
border-color: #B7DCE6;
}
</style>