Shades of Light Blue #B8DAE4
Tints of Light Blue #B8DAE4
RGB
CMYK
RGB Variations
Color information
#B8DAE4 (or 0xB8DAE4) is known color: Light Blue. HEX triplet: B8, DA and E4. RGB value is (184,218,228). Sum of RGB (Red+Green+Blue) = 184+218+228=630 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.21% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 228 - color contains mainly: blue. Hex color #B8DAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DAE4 is #47251B. Grayscale: #D0D0D0. Windows color (decimal): -4662556 or 14998200. OLE color: 14998200.
HSL color Cylindrical-coordinate representation of color #B8DAE4: hue angle of 193.64º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8DAE4 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 218 | 228 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.11 |
| HSL | 193.64º | 0.45% | 0.81% | - |
| HSV(B) | 193.64º | 0.19% | 0.89% | - |
| XYZ | 58.84 | 65.93 | 83.02 | - |
| YUV | 208.97 | 138.74 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 228 | 0.19 | 0.04 | 0 | 0.11 | 193.64 | 0.45 | 0.81 |
| Hex | B8 | DA | E4 | 13 | 4 | 0 | B | C2 | 2D | 51 |
| Octal | 270 | 332 | 344 | 23 | 4 | 0 | 13 | 302 | 55 | 121 |
| Binary | 10111000 | 11011010 | 11100100 | 10011 | 100 | 0 | 1011 | 11000010 | 101101 | 1010001 |
Color Harmonies of #B8DAE4
Complementary color
Monochromatic Colors of #B8DAE4
Black with #B8DAE4
Text Example
Text Example
White with #B8DAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DAE4; }
p { color: rgb(184,218,228); }
H1.HeaderClassName
{
color: #B8DAE4;
}
.AnyTagClassName
{
color: #B8DAE4;
}
</style>
background-color css
<style>
a { background-color: #B8DAE4; }
a { background-color: rgb(184,218,228); }
div.DivClassName
{
background-color: #B8DAE4;
}
.BgClassName
{
background-color: #B8DAE4;
}
</style>
border-color css
<style>
span { border-color: #B8DAE4; }
span { border-color: rgb(184,218,228); }
td.TdClassName
{
border-color: #B8DAE4;
}
.TagClassName
{
border-color: #B8DAE4;
}
</style>