Shades of Light Blue #B7DBF0
Tints of Light Blue #B7DBF0
RGB
CMYK
RGB Variations
Color information
#B7DBF0 (or 0xB7DBF0) is known color: Light Blue. HEX triplet: B7, DB and F0. RGB value is (183,219,240). Sum of RGB (Red+Green+Blue) = 183+219+240=642 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.50% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 240 (94.14% from 255 or 37.38% from 642); Max value from RGB is 240 - color contains mainly: blue. Hex color #B7DBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DBF0 is #48240F. Grayscale: #D2D2D2. Windows color (decimal): -4727824 or 15784887. OLE color: 15784887.
HSL color Cylindrical-coordinate representation of color #B7DBF0: hue angle of 202.11º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7DBF0 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 219 | 240 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.06 |
| HSL | 202.11º | 0.66% | 0.83% | - |
| HSV(B) | 202.11º | 0.24% | 0.94% | - |
| XYZ | 60.59 | 67.02 | 92.18 | - |
| YUV | 210.63 | 144.57 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 240 | 0.24 | 0.09 | 0 | 0.06 | 202.11 | 0.66 | 0.83 |
| Hex | B7 | DB | F0 | 18 | 9 | 0 | 6 | CA | 42 | 53 |
| Octal | 267 | 333 | 360 | 30 | 11 | 0 | 6 | 312 | 102 | 123 |
| Binary | 10110111 | 11011011 | 11110000 | 11000 | 1001 | 0 | 110 | 11001010 | 1000010 | 1010011 |
Color Harmonies of #B7DBF0
Complementary color
Monochromatic Colors of #B7DBF0
Black with #B7DBF0
Text Example
Text Example
White with #B7DBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DBF0; }
p { color: rgb(183,219,240); }
H1.HeaderClassName
{
color: #B7DBF0;
}
.AnyTagClassName
{
color: #B7DBF0;
}
</style>
background-color css
<style>
a { background-color: #B7DBF0; }
a { background-color: rgb(183,219,240); }
div.DivClassName
{
background-color: #B7DBF0;
}
.BgClassName
{
background-color: #B7DBF0;
}
</style>
border-color css
<style>
span { border-color: #B7DBF0; }
span { border-color: rgb(183,219,240); }
td.TdClassName
{
border-color: #B7DBF0;
}
.TagClassName
{
border-color: #B7DBF0;
}
</style>