Shades of Light Blue #B9DBED
Tints of Light Blue #B9DBED
RGB
CMYK
RGB Variations
Color information
#B9DBED (or 0xB9DBED) is known color: Light Blue. HEX triplet: B9, DB and ED. RGB value is (185,219,237). Sum of RGB (Red+Green+Blue) = 185+219+237=641 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.86% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DBED is #462412. Grayscale: #D2D2D2. Windows color (decimal): -4596755 or 15588281. OLE color: 15588281.
HSL color Cylindrical-coordinate representation of color #B9DBED: hue angle of 200.77º degrees, saturation: 0.59, 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 #B9DBED is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 185 | 219 | 237 | - |
CMYK | 0.22 | 0.08 | 0 | 0.07 |
HSL | 200.77º | 0.59% | 0.83% | - |
HSV(B) | 200.77º | 0.22% | 0.93% | - |
XYZ | 60.63 | 67.09 | 89.88 | - |
YUV | 210.89 | 142.74 | 109.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 219 | 237 | 0.22 | 0.08 | 0 | 0.07 | 200.77 | 0.59 | 0.83 |
Hex | B9 | DB | ED | 16 | 8 | 0 | 7 | C9 | 3B | 53 |
Octal | 271 | 333 | 355 | 26 | 10 | 0 | 7 | 311 | 73 | 123 |
Binary | 10111001 | 11011011 | 11101101 | 10110 | 1000 | 0 | 111 | 11001001 | 111011 | 1010011 |
Color Harmonies of #B9DBED
Complementary color
Monochromatic Colors of #B9DBED
Black with #B9DBED
Text Example
Text Example
White with #B9DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DBED; }
p { color: rgb(185,219,237); }
H1.HeaderClassName
{
color: #B9DBED;
}
.AnyTagClassName
{
color: #B9DBED;
}
</style>
background-color css
<style>
a { background-color: #B9DBED; }
a { background-color: rgb(185,219,237); }
div.DivClassName
{
background-color: #B9DBED;
}
.BgClassName
{
background-color: #B9DBED;
}
</style>
border-color css
<style>
span { border-color: #B9DBED; }
span { border-color: rgb(185,219,237); }
td.TdClassName
{
border-color: #B9DBED;
}
.TagClassName
{
border-color: #B9DBED;
}
</style>