Shades of Light Blue #B8DCEA
Tints of Light Blue #B8DCEA
RGB
CMYK
RGB Variations
Color information
#B8DCEA (or 0xB8DCEA) is known color: Light Blue. HEX triplet: B8, DC and EA. RGB value is (184,220,234). Sum of RGB (Red+Green+Blue) = 184+220+234=638 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.84% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DCEA is #472315. Grayscale: #D2D2D2. Windows color (decimal): -4662038 or 15391928. OLE color: 15391928.
HSL color Cylindrical-coordinate representation of color #B8DCEA: hue angle of 196.8º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8DCEA is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 220 | 234 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.08 |
| HSL | 196.8º | 0.54% | 0.82% | - |
| HSV(B) | 196.8º | 0.21% | 0.92% | - |
| XYZ | 60.21 | 67.32 | 87.66 | - |
| YUV | 210.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 234 | 0.21 | 0.06 | 0 | 0.08 | 196.8 | 0.54 | 0.82 |
| Hex | B8 | DC | EA | 15 | 6 | 0 | 8 | C5 | 36 | 52 |
| Octal | 270 | 334 | 352 | 25 | 6 | 0 | 10 | 305 | 66 | 122 |
| Binary | 10111000 | 11011100 | 11101010 | 10101 | 110 | 0 | 1000 | 11000101 | 110110 | 1010010 |
Color Harmonies of #B8DCEA
Complementary color
Monochromatic Colors of #B8DCEA
Black with #B8DCEA
Text Example
Text Example
White with #B8DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DCEA; }
p { color: rgb(184,220,234); }
H1.HeaderClassName
{
color: #B8DCEA;
}
.AnyTagClassName
{
color: #B8DCEA;
}
</style>
background-color css
<style>
a { background-color: #B8DCEA; }
a { background-color: rgb(184,220,234); }
div.DivClassName
{
background-color: #B8DCEA;
}
.BgClassName
{
background-color: #B8DCEA;
}
</style>
border-color css
<style>
span { border-color: #B8DCEA; }
span { border-color: rgb(184,220,234); }
td.TdClassName
{
border-color: #B8DCEA;
}
.TagClassName
{
border-color: #B8DCEA;
}
</style>