Shades of Light Blue #B9DBEE
Tints of Light Blue #B9DBEE
RGB
CMYK
RGB Variations
Color information
#B9DBEE (or 0xB9DBEE) is known color: Light Blue. HEX triplet: B9, DB and EE. RGB value is (185,219,238). Sum of RGB (Red+Green+Blue) = 185+219+238=642 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.82% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DBEE is #462411. Grayscale: #D2D2D2. Windows color (decimal): -4596754 or 15653817. OLE color: 15653817.
HSL color Cylindrical-coordinate representation of color #B9DBEE: hue angle of 201.51º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9DBEE is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 219 | 238 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.07 |
| HSL | 201.51º | 0.61% | 0.83% | - |
| HSV(B) | 201.51º | 0.22% | 0.93% | - |
| XYZ | 60.77 | 67.15 | 90.65 | - |
| YUV | 211 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 238 | 0.22 | 0.08 | 0 | 0.07 | 201.51 | 0.61 | 0.83 |
| Hex | B9 | DB | EE | 16 | 8 | 0 | 7 | CA | 3D | 53 |
| Octal | 271 | 333 | 356 | 26 | 10 | 0 | 7 | 312 | 75 | 123 |
| Binary | 10111001 | 11011011 | 11101110 | 10110 | 1000 | 0 | 111 | 11001010 | 111101 | 1010011 |
Color Harmonies of #B9DBEE
Complementary color
Monochromatic Colors of #B9DBEE
Black with #B9DBEE
Text Example
Text Example
White with #B9DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DBEE; }
p { color: rgb(185,219,238); }
H1.HeaderClassName
{
color: #B9DBEE;
}
.AnyTagClassName
{
color: #B9DBEE;
}
</style>
background-color css
<style>
a { background-color: #B9DBEE; }
a { background-color: rgb(185,219,238); }
div.DivClassName
{
background-color: #B9DBEE;
}
.BgClassName
{
background-color: #B9DBEE;
}
</style>
border-color css
<style>
span { border-color: #B9DBEE; }
span { border-color: rgb(185,219,238); }
td.TdClassName
{
border-color: #B9DBEE;
}
.TagClassName
{
border-color: #B9DBEE;
}
</style>