Shades of Light Blue #B7E1FB
Tints of Light Blue #B7E1FB
RGB
CMYK
RGB Variations
Color information
#B7E1FB (or 0xB7E1FB) is known color: Light Blue. HEX triplet: B7, E1 and FB. RGB value is (183,225,251). Sum of RGB (Red+Green+Blue) = 183+225+251=659 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.77% from 659); Green value is 225 (88.28% from 255 or 34.14% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #B7E1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7E1FB is #481E04. Grayscale: #D7D7D7. Windows color (decimal): -4726277 or 16507319. OLE color: 16507319.
HSL color Cylindrical-coordinate representation of color #B7E1FB: hue angle of 202.94º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7E1FB is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 225 | 251 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.02 |
| HSL | 202.94º | 0.89% | 0.85% | - |
| HSV(B) | 202.94º | 0.27% | 0.98% | - |
| XYZ | 63.87 | 70.88 | 101.58 | - |
| YUV | 215.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 225 | 251 | 0.27 | 0.10 | 0 | 0.02 | 202.94 | 0.89 | 0.85 |
| Hex | B7 | E1 | FB | 1B | A | 0 | 2 | CB | 59 | 55 |
| Octal | 267 | 341 | 373 | 33 | 12 | 0 | 2 | 313 | 131 | 125 |
| Binary | 10110111 | 11100001 | 11111011 | 11011 | 1010 | 0 | 10 | 11001011 | 1011001 | 1010101 |
Color Harmonies of #B7E1FB
Complementary color
Monochromatic Colors of #B7E1FB
Black with #B7E1FB
Text Example
Text Example
White with #B7E1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E1FB; }
p { color: rgb(183,225,251); }
H1.HeaderClassName
{
color: #B7E1FB;
}
.AnyTagClassName
{
color: #B7E1FB;
}
</style>
background-color css
<style>
a { background-color: #B7E1FB; }
a { background-color: rgb(183,225,251); }
div.DivClassName
{
background-color: #B7E1FB;
}
.BgClassName
{
background-color: #B7E1FB;
}
</style>
border-color css
<style>
span { border-color: #B7E1FB; }
span { border-color: rgb(183,225,251); }
td.TdClassName
{
border-color: #B7E1FB;
}
.TagClassName
{
border-color: #B7E1FB;
}
</style>