Shades of Light Blue #B9DAE5
Tints of Light Blue #B9DAE5
RGB
CMYK
RGB Variations
Color information
#B9DAE5 (or 0xB9DAE5) is known color: Light Blue. HEX triplet: B9, DA and E5. RGB value is (185,218,229). Sum of RGB (Red+Green+Blue) = 185+218+229=632 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.27% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 229 - color contains mainly: blue. Hex color #B9DAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DAE5 is #46251A. Grayscale: #D1D1D1. Windows color (decimal): -4597019 or 15063737. OLE color: 15063737.
HSL color Cylindrical-coordinate representation of color #B9DAE5: hue angle of 195º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9DAE5 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 218 | 229 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.10 |
| HSL | 195º | 0.46% | 0.81% | - |
| HSV(B) | 195º | 0.19% | 0.9% | - |
| XYZ | 59.22 | 66.11 | 83.77 | - |
| YUV | 209.39 | 139.07 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 218 | 229 | 0.19 | 0.05 | 0 | 0.10 | 195 | 0.46 | 0.81 |
| Hex | B9 | DA | E5 | 13 | 5 | 0 | A | C3 | 2E | 51 |
| Octal | 271 | 332 | 345 | 23 | 5 | 0 | 12 | 303 | 56 | 121 |
| Binary | 10111001 | 11011010 | 11100101 | 10011 | 101 | 0 | 1010 | 11000011 | 101110 | 1010001 |
Color Harmonies of #B9DAE5
Complementary color
Monochromatic Colors of #B9DAE5
Black with #B9DAE5
Text Example
Text Example
White with #B9DAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DAE5; }
p { color: rgb(185,218,229); }
H1.HeaderClassName
{
color: #B9DAE5;
}
.AnyTagClassName
{
color: #B9DAE5;
}
</style>
background-color css
<style>
a { background-color: #B9DAE5; }
a { background-color: rgb(185,218,229); }
div.DivClassName
{
background-color: #B9DAE5;
}
.BgClassName
{
background-color: #B9DAE5;
}
</style>
border-color css
<style>
span { border-color: #B9DAE5; }
span { border-color: rgb(185,218,229); }
td.TdClassName
{
border-color: #B9DAE5;
}
.TagClassName
{
border-color: #B9DAE5;
}
</style>