Shades of Light Blue #B8DFF8
Tints of Light Blue #B8DFF8
RGB
CMYK
RGB Variations
Color information
#B8DFF8 (or 0xB8DFF8) is known color: Light Blue. HEX triplet: B8, DF and F8. RGB value is (184,223,248). Sum of RGB (Red+Green+Blue) = 184+223+248=655 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.09% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #B8DFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DFF8 is #472007. Grayscale: #D6D6D6. Windows color (decimal): -4661256 or 16310200. OLE color: 16310200.
HSL color Cylindrical-coordinate representation of color #B8DFF8: hue angle of 203.44º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8DFF8 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 223 | 248 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.03 |
| HSL | 203.44º | 0.82% | 0.85% | - |
| HSV(B) | 203.44º | 0.26% | 0.97% | - |
| XYZ | 63.1 | 69.74 | 98.94 | - |
| YUV | 214.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 223 | 248 | 0.26 | 0.10 | 0 | 0.03 | 203.44 | 0.82 | 0.85 |
| Hex | B8 | DF | F8 | 1A | A | 0 | 3 | CB | 52 | 55 |
| Octal | 270 | 337 | 370 | 32 | 12 | 0 | 3 | 313 | 122 | 125 |
| Binary | 10111000 | 11011111 | 11111000 | 11010 | 1010 | 0 | 11 | 11001011 | 1010010 | 1010101 |
Color Harmonies of #B8DFF8
Complementary color
Monochromatic Colors of #B8DFF8
Black with #B8DFF8
Text Example
Text Example
White with #B8DFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DFF8; }
p { color: rgb(184,223,248); }
H1.HeaderClassName
{
color: #B8DFF8;
}
.AnyTagClassName
{
color: #B8DFF8;
}
</style>
background-color css
<style>
a { background-color: #B8DFF8; }
a { background-color: rgb(184,223,248); }
div.DivClassName
{
background-color: #B8DFF8;
}
.BgClassName
{
background-color: #B8DFF8;
}
</style>
border-color css
<style>
span { border-color: #B8DFF8; }
span { border-color: rgb(184,223,248); }
td.TdClassName
{
border-color: #B8DFF8;
}
.TagClassName
{
border-color: #B8DFF8;
}
</style>