Shades of Light Blue #B7CED8
Tints of Light Blue #B7CED8
RGB
CMYK
RGB Variations
Color information
#B7CED8 (or 0xB7CED8) is known color: Light Blue. HEX triplet: B7, CE and D8. RGB value is (183,206,216). Sum of RGB (Red+Green+Blue) = 183+206+216=605 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.25% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 216 - color contains mainly: blue. Hex color #B7CED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CED8 is #483127. Grayscale: #C8C8C8. Windows color (decimal): -4731176 or 14208695. OLE color: 14208695.
HSL color Cylindrical-coordinate representation of color #B7CED8: hue angle of 198.18º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7CED8 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 206 | 216 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.15 |
| HSL | 198.18º | 0.3% | 0.78% | - |
| HSV(B) | 198.18º | 0.15% | 0.85% | - |
| XYZ | 53.99 | 59.17 | 73.54 | - |
| YUV | 200.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 216 | 0.15 | 0.05 | 0 | 0.15 | 198.18 | 0.3 | 0.78 |
| Hex | B7 | CE | D8 | F | 5 | 0 | F | C6 | 1E | 4E |
| Octal | 267 | 316 | 330 | 17 | 5 | 0 | 17 | 306 | 36 | 116 |
| Binary | 10110111 | 11001110 | 11011000 | 1111 | 101 | 0 | 1111 | 11000110 | 11110 | 1001110 |
Color Harmonies of #B7CED8
Complementary color
Monochromatic Colors of #B7CED8
Black with #B7CED8
Text Example
Text Example
White with #B7CED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CED8; }
p { color: rgb(183,206,216); }
H1.HeaderClassName
{
color: #B7CED8;
}
.AnyTagClassName
{
color: #B7CED8;
}
</style>
background-color css
<style>
a { background-color: #B7CED8; }
a { background-color: rgb(183,206,216); }
div.DivClassName
{
background-color: #B7CED8;
}
.BgClassName
{
background-color: #B7CED8;
}
</style>
border-color css
<style>
span { border-color: #B7CED8; }
span { border-color: rgb(183,206,216); }
td.TdClassName
{
border-color: #B7CED8;
}
.TagClassName
{
border-color: #B7CED8;
}
</style>