Shades of Light Blue #B7DBEE
Tints of Light Blue #B7DBEE
RGB
CMYK
RGB Variations
Color information
#B7DBEE (or 0xB7DBEE) is known color: Light Blue. HEX triplet: B7, DB and EE. RGB value is (183,219,238). Sum of RGB (Red+Green+Blue) = 183+219+238=640 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.59% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DBEE is #482411. Grayscale: #D2D2D2. Windows color (decimal): -4727826 or 15653815. OLE color: 15653815.
HSL color Cylindrical-coordinate representation of color #B7DBEE: hue angle of 200.73º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7DBEE is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 219 | 238 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.07 |
| HSL | 200.73º | 0.62% | 0.83% | - |
| HSV(B) | 200.73º | 0.23% | 0.93% | - |
| XYZ | 60.29 | 66.9 | 90.62 | - |
| YUV | 210.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 238 | 0.23 | 0.08 | 0 | 0.07 | 200.73 | 0.62 | 0.83 |
| Hex | B7 | DB | EE | 17 | 8 | 0 | 7 | C9 | 3E | 53 |
| Octal | 267 | 333 | 356 | 27 | 10 | 0 | 7 | 311 | 76 | 123 |
| Binary | 10110111 | 11011011 | 11101110 | 10111 | 1000 | 0 | 111 | 11001001 | 111110 | 1010011 |
Color Harmonies of #B7DBEE
Complementary color
Monochromatic Colors of #B7DBEE
Black with #B7DBEE
Text Example
Text Example
White with #B7DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DBEE; }
p { color: rgb(183,219,238); }
H1.HeaderClassName
{
color: #B7DBEE;
}
.AnyTagClassName
{
color: #B7DBEE;
}
</style>
background-color css
<style>
a { background-color: #B7DBEE; }
a { background-color: rgb(183,219,238); }
div.DivClassName
{
background-color: #B7DBEE;
}
.BgClassName
{
background-color: #B7DBEE;
}
</style>
border-color css
<style>
span { border-color: #B7DBEE; }
span { border-color: rgb(183,219,238); }
td.TdClassName
{
border-color: #B7DBEE;
}
.TagClassName
{
border-color: #B7DBEE;
}
</style>