Shades of Light Blue #B7CED6
Tints of Light Blue #B7CED6
RGB
CMYK
RGB Variations
Color information
#B7CED6 (or 0xB7CED6) is known color: Light Blue. HEX triplet: B7, CE and D6. RGB value is (183,206,214). Sum of RGB (Red+Green+Blue) = 183+206+214=603 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.35% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 214 (83.98% from 255 or 35.49% from 603); Max value from RGB is 214 - color contains mainly: blue. Hex color #B7CED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CED6 is #483129. Grayscale: #C7C7C7. Windows color (decimal): -4731178 or 14077623. OLE color: 14077623.
HSL color Cylindrical-coordinate representation of color #B7CED6: hue angle of 195.48º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7CED6 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 206 | 214 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.16 |
| HSL | 195.48º | 0.27% | 0.78% | - |
| HSV(B) | 195.48º | 0.14% | 0.84% | - |
| XYZ | 53.74 | 59.06 | 72.19 | - |
| YUV | 200.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 214 | 0.14 | 0.04 | 0 | 0.16 | 195.48 | 0.27 | 0.78 |
| Hex | B7 | CE | D6 | E | 4 | 0 | 10 | C3 | 1B | 4E |
| Octal | 267 | 316 | 326 | 16 | 4 | 0 | 20 | 303 | 33 | 116 |
| Binary | 10110111 | 11001110 | 11010110 | 1110 | 100 | 0 | 10000 | 11000011 | 11011 | 1001110 |
Color Harmonies of #B7CED6
Complementary color
Monochromatic Colors of #B7CED6
Black with #B7CED6
Text Example
Text Example
White with #B7CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CED6; }
p { color: rgb(183,206,214); }
H1.HeaderClassName
{
color: #B7CED6;
}
.AnyTagClassName
{
color: #B7CED6;
}
</style>
background-color css
<style>
a { background-color: #B7CED6; }
a { background-color: rgb(183,206,214); }
div.DivClassName
{
background-color: #B7CED6;
}
.BgClassName
{
background-color: #B7CED6;
}
</style>
border-color css
<style>
span { border-color: #B7CED6; }
span { border-color: rgb(183,206,214); }
td.TdClassName
{
border-color: #B7CED6;
}
.TagClassName
{
border-color: #B7CED6;
}
</style>