Shades of Light Blue #B8DEEF
Tints of Light Blue #B8DEEF
RGB
CMYK
RGB Variations
Color information
#B8DEEF (or 0xB8DEEF) is known color: Light Blue. HEX triplet: B8, DE and EF. RGB value is (184,222,239). Sum of RGB (Red+Green+Blue) = 184+222+239=645 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.53% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DEEF is #472110. Grayscale: #D4D4D4. Windows color (decimal): -4661521 or 15720120. OLE color: 15720120.
HSL color Cylindrical-coordinate representation of color #B8DEEF: hue angle of 198.55º 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 #B8DEEF is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 222 | 239 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.06 |
| HSL | 198.55º | 0.63% | 0.83% | - |
| HSV(B) | 198.55º | 0.23% | 0.94% | - |
| XYZ | 61.47 | 68.66 | 91.68 | - |
| YUV | 212.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 222 | 239 | 0.23 | 0.07 | 0 | 0.06 | 198.55 | 0.63 | 0.83 |
| Hex | B8 | DE | EF | 17 | 7 | 0 | 6 | C7 | 3F | 53 |
| Octal | 270 | 336 | 357 | 27 | 7 | 0 | 6 | 307 | 77 | 123 |
| Binary | 10111000 | 11011110 | 11101111 | 10111 | 111 | 0 | 110 | 11000111 | 111111 | 1010011 |
Color Harmonies of #B8DEEF
Complementary color
Monochromatic Colors of #B8DEEF
Black with #B8DEEF
Text Example
Text Example
White with #B8DEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DEEF; }
p { color: rgb(184,222,239); }
H1.HeaderClassName
{
color: #B8DEEF;
}
.AnyTagClassName
{
color: #B8DEEF;
}
</style>
background-color css
<style>
a { background-color: #B8DEEF; }
a { background-color: rgb(184,222,239); }
div.DivClassName
{
background-color: #B8DEEF;
}
.BgClassName
{
background-color: #B8DEEF;
}
</style>
border-color css
<style>
span { border-color: #B8DEEF; }
span { border-color: rgb(184,222,239); }
td.TdClassName
{
border-color: #B8DEEF;
}
.TagClassName
{
border-color: #B8DEEF;
}
</style>