Shades of Light Blue #B7DBEF
Tints of Light Blue #B7DBEF
RGB
CMYK
RGB Variations
Color information
#B7DBEF (or 0xB7DBEF) is known color: Light Blue. HEX triplet: B7, DB and EF. RGB value is (183,219,239). Sum of RGB (Red+Green+Blue) = 183+219+239=641 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.55% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DBEF is #482410. Grayscale: #D2D2D2. Windows color (decimal): -4727825 or 15719351. OLE color: 15719351.
HSL color Cylindrical-coordinate representation of color #B7DBEF: hue angle of 201.43º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7DBEF is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 219 | 239 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.06 |
| HSL | 201.43º | 0.64% | 0.83% | - |
| HSV(B) | 201.43º | 0.23% | 0.94% | - |
| XYZ | 60.44 | 66.96 | 91.4 | - |
| YUV | 210.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 239 | 0.23 | 0.08 | 0 | 0.06 | 201.43 | 0.64 | 0.83 |
| Hex | B7 | DB | EF | 17 | 8 | 0 | 6 | C9 | 40 | 53 |
| Octal | 267 | 333 | 357 | 27 | 10 | 0 | 6 | 311 | 100 | 123 |
| Binary | 10110111 | 11011011 | 11101111 | 10111 | 1000 | 0 | 110 | 11001001 | 1000000 | 1010011 |
Color Harmonies of #B7DBEF
Complementary color
Monochromatic Colors of #B7DBEF
Black with #B7DBEF
Text Example
Text Example
White with #B7DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DBEF; }
p { color: rgb(183,219,239); }
H1.HeaderClassName
{
color: #B7DBEF;
}
.AnyTagClassName
{
color: #B7DBEF;
}
</style>
background-color css
<style>
a { background-color: #B7DBEF; }
a { background-color: rgb(183,219,239); }
div.DivClassName
{
background-color: #B7DBEF;
}
.BgClassName
{
background-color: #B7DBEF;
}
</style>
border-color css
<style>
span { border-color: #B7DBEF; }
span { border-color: rgb(183,219,239); }
td.TdClassName
{
border-color: #B7DBEF;
}
.TagClassName
{
border-color: #B7DBEF;
}
</style>