Shades of Light Blue #B8DDE9
Tints of Light Blue #B8DDE9
RGB
CMYK
RGB Variations
Color information
#B8DDE9 (or 0xB8DDE9) is known color: Light Blue. HEX triplet: B8, DD and E9. RGB value is (184,221,233). Sum of RGB (Red+Green+Blue) = 184+221+233=638 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.84% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 233 - color contains mainly: blue. Hex color #B8DDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DDE9 is #472216. Grayscale: #D3D3D3. Windows color (decimal): -4661783 or 15326648. OLE color: 15326648.
HSL color Cylindrical-coordinate representation of color #B8DDE9: hue angle of 194.69º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8DDE9 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 221 | 233 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.09 |
| HSL | 194.69º | 0.53% | 0.82% | - |
| HSV(B) | 194.69º | 0.21% | 0.91% | - |
| XYZ | 60.33 | 67.79 | 87 | - |
| YUV | 211.31 | 140.24 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 233 | 0.21 | 0.05 | 0 | 0.09 | 194.69 | 0.53 | 0.82 |
| Hex | B8 | DD | E9 | 15 | 5 | 0 | 9 | C3 | 35 | 52 |
| Octal | 270 | 335 | 351 | 25 | 5 | 0 | 11 | 303 | 65 | 122 |
| Binary | 10111000 | 11011101 | 11101001 | 10101 | 101 | 0 | 1001 | 11000011 | 110101 | 1010010 |
Color Harmonies of #B8DDE9
Complementary color
Monochromatic Colors of #B8DDE9
Black with #B8DDE9
Text Example
Text Example
White with #B8DDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DDE9; }
p { color: rgb(184,221,233); }
H1.HeaderClassName
{
color: #B8DDE9;
}
.AnyTagClassName
{
color: #B8DDE9;
}
</style>
background-color css
<style>
a { background-color: #B8DDE9; }
a { background-color: rgb(184,221,233); }
div.DivClassName
{
background-color: #B8DDE9;
}
.BgClassName
{
background-color: #B8DDE9;
}
</style>
border-color css
<style>
span { border-color: #B8DDE9; }
span { border-color: rgb(184,221,233); }
td.TdClassName
{
border-color: #B8DDE9;
}
.TagClassName
{
border-color: #B8DDE9;
}
</style>