Shades of Light Blue #B7DEF2
Tints of Light Blue #B7DEF2
RGB
CMYK
RGB Variations
Color information
#B7DEF2 (or 0xB7DEF2) is known color: Light Blue. HEX triplet: B7, DE and F2. RGB value is (183,222,242). Sum of RGB (Red+Green+Blue) = 183+222+242=647 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.28% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #B7DEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DEF2 is #48210D. Grayscale: #D4D4D4. Windows color (decimal): -4727054 or 15916727. OLE color: 15916727.
HSL color Cylindrical-coordinate representation of color #B7DEF2: hue angle of 200.34º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7DEF2 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 222 | 242 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.05 |
| HSL | 200.34º | 0.69% | 0.83% | - |
| HSV(B) | 200.34º | 0.24% | 0.95% | - |
| XYZ | 61.68 | 68.72 | 94.02 | - |
| YUV | 212.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 222 | 242 | 0.24 | 0.08 | 0 | 0.05 | 200.34 | 0.69 | 0.83 |
| Hex | B7 | DE | F2 | 18 | 8 | 0 | 5 | C8 | 45 | 53 |
| Octal | 267 | 336 | 362 | 30 | 10 | 0 | 5 | 310 | 105 | 123 |
| Binary | 10110111 | 11011110 | 11110010 | 11000 | 1000 | 0 | 101 | 11001000 | 1000101 | 1010011 |
Color Harmonies of #B7DEF2
Complementary color
Monochromatic Colors of #B7DEF2
Black with #B7DEF2
Text Example
Text Example
White with #B7DEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DEF2; }
p { color: rgb(183,222,242); }
H1.HeaderClassName
{
color: #B7DEF2;
}
.AnyTagClassName
{
color: #B7DEF2;
}
</style>
background-color css
<style>
a { background-color: #B7DEF2; }
a { background-color: rgb(183,222,242); }
div.DivClassName
{
background-color: #B7DEF2;
}
.BgClassName
{
background-color: #B7DEF2;
}
</style>
border-color css
<style>
span { border-color: #B7DEF2; }
span { border-color: rgb(183,222,242); }
td.TdClassName
{
border-color: #B7DEF2;
}
.TagClassName
{
border-color: #B7DEF2;
}
</style>