Shades of Light Blue #B8DDEF
Tints of Light Blue #B8DDEF
RGB
CMYK
RGB Variations
Color information
#B8DDEF (or 0xB8DDEF) is known color: Light Blue. HEX triplet: B8, DD and EF. RGB value is (184,221,239). Sum of RGB (Red+Green+Blue) = 184+221+239=644 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.57% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DDEF is #472210. Grayscale: #D3D3D3. Windows color (decimal): -4661777 or 15719864. OLE color: 15719864.
HSL color Cylindrical-coordinate representation of color #B8DDEF: hue angle of 199.64º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8DDEF is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 221 | 239 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.06 |
| HSL | 199.64º | 0.63% | 0.83% | - |
| HSV(B) | 199.64º | 0.23% | 0.94% | - |
| XYZ | 61.2 | 68.14 | 91.59 | - |
| YUV | 211.99 | 143.24 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 239 | 0.23 | 0.08 | 0 | 0.06 | 199.64 | 0.63 | 0.83 |
| Hex | B8 | DD | EF | 17 | 8 | 0 | 6 | C8 | 3F | 53 |
| Octal | 270 | 335 | 357 | 27 | 10 | 0 | 6 | 310 | 77 | 123 |
| Binary | 10111000 | 11011101 | 11101111 | 10111 | 1000 | 0 | 110 | 11001000 | 111111 | 1010011 |
Color Harmonies of #B8DDEF
Complementary color
Monochromatic Colors of #B8DDEF
Black with #B8DDEF
Text Example
Text Example
White with #B8DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DDEF; }
p { color: rgb(184,221,239); }
H1.HeaderClassName
{
color: #B8DDEF;
}
.AnyTagClassName
{
color: #B8DDEF;
}
</style>
background-color css
<style>
a { background-color: #B8DDEF; }
a { background-color: rgb(184,221,239); }
div.DivClassName
{
background-color: #B8DDEF;
}
.BgClassName
{
background-color: #B8DDEF;
}
</style>
border-color css
<style>
span { border-color: #B8DDEF; }
span { border-color: rgb(184,221,239); }
td.TdClassName
{
border-color: #B8DDEF;
}
.TagClassName
{
border-color: #B8DDEF;
}
</style>