Shades of Light Blue #B7E0FA
Tints of Light Blue #B7E0FA
RGB
CMYK
RGB Variations
Color information
#B7E0FA (or 0xB7E0FA) is known color: Light Blue. HEX triplet: B7, E0 and FA. RGB value is (183,224,250). Sum of RGB (Red+Green+Blue) = 183+224+250=657 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.85% from 657); Green value is 224 (87.89% from 255 or 34.09% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7E0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7E0FA is #481F05. Grayscale: #D6D6D6. Windows color (decimal): -4726534 or 16441527. OLE color: 16441527.
HSL color Cylindrical-coordinate representation of color #B7E0FA: hue angle of 203.28º degrees, saturation: 0.87, 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 #B7E0FA is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 224 | 250 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.02 |
| HSL | 203.28º | 0.87% | 0.85% | - |
| HSV(B) | 203.28º | 0.27% | 0.98% | - |
| XYZ | 63.44 | 70.28 | 100.66 | - |
| YUV | 214.71 | 147.92 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 224 | 250 | 0.27 | 0.10 | 0 | 0.02 | 203.28 | 0.87 | 0.85 |
| Hex | B7 | E0 | FA | 1B | A | 0 | 2 | CB | 57 | 55 |
| Octal | 267 | 340 | 372 | 33 | 12 | 0 | 2 | 313 | 127 | 125 |
| Binary | 10110111 | 11100000 | 11111010 | 11011 | 1010 | 0 | 10 | 11001011 | 1010111 | 1010101 |
Color Harmonies of #B7E0FA
Complementary color
Monochromatic Colors of #B7E0FA
Black with #B7E0FA
Text Example
Text Example
White with #B7E0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E0FA; }
p { color: rgb(183,224,250); }
H1.HeaderClassName
{
color: #B7E0FA;
}
.AnyTagClassName
{
color: #B7E0FA;
}
</style>
background-color css
<style>
a { background-color: #B7E0FA; }
a { background-color: rgb(183,224,250); }
div.DivClassName
{
background-color: #B7E0FA;
}
.BgClassName
{
background-color: #B7E0FA;
}
</style>
border-color css
<style>
span { border-color: #B7E0FA; }
span { border-color: rgb(183,224,250); }
td.TdClassName
{
border-color: #B7E0FA;
}
.TagClassName
{
border-color: #B7E0FA;
}
</style>