Shades of Light Blue #B8DBEE
Tints of Light Blue #B8DBEE
RGB
CMYK
RGB Variations
Color information
#B8DBEE (or 0xB8DBEE) is known color: Light Blue. HEX triplet: B8, DB and EE. RGB value is (184,219,238). Sum of RGB (Red+Green+Blue) = 184+219+238=641 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.71% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DBEE is #472411. Grayscale: #D2D2D2. Windows color (decimal): -4662290 or 15653816. OLE color: 15653816.
HSL color Cylindrical-coordinate representation of color #B8DBEE: hue angle of 201.11º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8DBEE is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 219 | 238 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.07 |
| HSL | 201.11º | 0.61% | 0.83% | - |
| HSV(B) | 201.11º | 0.23% | 0.93% | - |
| XYZ | 60.53 | 67.03 | 90.64 | - |
| YUV | 210.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 238 | 0.23 | 0.08 | 0 | 0.07 | 201.11 | 0.61 | 0.83 |
| Hex | B8 | DB | EE | 17 | 8 | 0 | 7 | C9 | 3D | 53 |
| Octal | 270 | 333 | 356 | 27 | 10 | 0 | 7 | 311 | 75 | 123 |
| Binary | 10111000 | 11011011 | 11101110 | 10111 | 1000 | 0 | 111 | 11001001 | 111101 | 1010011 |
Color Harmonies of #B8DBEE
Complementary color
Monochromatic Colors of #B8DBEE
Black with #B8DBEE
Text Example
Text Example
White with #B8DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DBEE; }
p { color: rgb(184,219,238); }
H1.HeaderClassName
{
color: #B8DBEE;
}
.AnyTagClassName
{
color: #B8DBEE;
}
</style>
background-color css
<style>
a { background-color: #B8DBEE; }
a { background-color: rgb(184,219,238); }
div.DivClassName
{
background-color: #B8DBEE;
}
.BgClassName
{
background-color: #B8DBEE;
}
</style>
border-color css
<style>
span { border-color: #B8DBEE; }
span { border-color: rgb(184,219,238); }
td.TdClassName
{
border-color: #B8DBEE;
}
.TagClassName
{
border-color: #B8DBEE;
}
</style>