Shades of Light Blue #B0DEF6
Tints of Light Blue #B0DEF6
RGB
CMYK
RGB Variations
Color information
#B0DEF6 (or 0xB0DEF6) is known color: Light Blue. HEX triplet: B0, DE and F6. RGB value is (176,222,246). Sum of RGB (Red+Green+Blue) = 176+222+246=644 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.33% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #B0DEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DEF6 is #4F2109. Grayscale: #D2D2D2. Windows color (decimal): -5185802 or 16178864. OLE color: 16178864.
HSL color Cylindrical-coordinate representation of color #B0DEF6: hue angle of 200.57º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0DEF6 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 222 | 246 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.04 |
| HSL | 200.57º | 0.8% | 0.83% | - |
| HSV(B) | 200.57º | 0.28% | 0.96% | - |
| XYZ | 60.66 | 68.13 | 97.14 | - |
| YUV | 210.98 | 147.76 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 222 | 246 | 0.28 | 0.10 | 0 | 0.04 | 200.57 | 0.8 | 0.83 |
| Hex | B0 | DE | F6 | 1C | A | 0 | 4 | C9 | 50 | 53 |
| Octal | 260 | 336 | 366 | 34 | 12 | 0 | 4 | 311 | 120 | 123 |
| Binary | 10110000 | 11011110 | 11110110 | 11100 | 1010 | 0 | 100 | 11001001 | 1010000 | 1010011 |
Color Harmonies of #B0DEF6
Complementary color
Monochromatic Colors of #B0DEF6
Black with #B0DEF6
Text Example
Text Example
White with #B0DEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DEF6; }
p { color: rgb(176,222,246); }
H1.HeaderClassName
{
color: #B0DEF6;
}
.AnyTagClassName
{
color: #B0DEF6;
}
</style>
background-color css
<style>
a { background-color: #B0DEF6; }
a { background-color: rgb(176,222,246); }
div.DivClassName
{
background-color: #B0DEF6;
}
.BgClassName
{
background-color: #B0DEF6;
}
</style>
border-color css
<style>
span { border-color: #B0DEF6; }
span { border-color: rgb(176,222,246); }
td.TdClassName
{
border-color: #B0DEF6;
}
.TagClassName
{
border-color: #B0DEF6;
}
</style>