Shades of Light Blue #B7DFF7
Tints of Light Blue #B7DFF7
RGB
CMYK
RGB Variations
Color information
#B7DFF7 (or 0xB7DFF7) is known color: Light Blue. HEX triplet: B7, DF and F7. RGB value is (183,223,247). Sum of RGB (Red+Green+Blue) = 183+223+247=653 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.02% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #B7DFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DFF7 is #482008. Grayscale: #D5D5D5. Windows color (decimal): -4726793 or 16244663. OLE color: 16244663.
HSL color Cylindrical-coordinate representation of color #B7DFF7: hue angle of 202.5º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7DFF7 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 223 | 247 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.03 |
| HSL | 202.5º | 0.8% | 0.84% | - |
| HSV(B) | 202.5º | 0.26% | 0.97% | - |
| XYZ | 62.7 | 69.56 | 98.12 | - |
| YUV | 213.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 223 | 247 | 0.26 | 0.10 | 0 | 0.03 | 202.5 | 0.8 | 0.84 |
| Hex | B7 | DF | F7 | 1A | A | 0 | 3 | CA | 50 | 54 |
| Octal | 267 | 337 | 367 | 32 | 12 | 0 | 3 | 312 | 120 | 124 |
| Binary | 10110111 | 11011111 | 11110111 | 11010 | 1010 | 0 | 11 | 11001010 | 1010000 | 1010100 |
Color Harmonies of #B7DFF7
Complementary color
Monochromatic Colors of #B7DFF7
Black with #B7DFF7
Text Example
Text Example
White with #B7DFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DFF7; }
p { color: rgb(183,223,247); }
H1.HeaderClassName
{
color: #B7DFF7;
}
.AnyTagClassName
{
color: #B7DFF7;
}
</style>
background-color css
<style>
a { background-color: #B7DFF7; }
a { background-color: rgb(183,223,247); }
div.DivClassName
{
background-color: #B7DFF7;
}
.BgClassName
{
background-color: #B7DFF7;
}
</style>
border-color css
<style>
span { border-color: #B7DFF7; }
span { border-color: rgb(183,223,247); }
td.TdClassName
{
border-color: #B7DFF7;
}
.TagClassName
{
border-color: #B7DFF7;
}
</style>