Shades of Light Blue #B0DDF6
Tints of Light Blue #B0DDF6
RGB
CMYK
RGB Variations
Color information
#B0DDF6 (or 0xB0DDF6) is known color: Light Blue. HEX triplet: B0, DD and F6. RGB value is (176,221,246). Sum of RGB (Red+Green+Blue) = 176+221+246=643 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.37% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #B0DDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DDF6 is #4F2209. Grayscale: #D2D2D2. Windows color (decimal): -5186058 or 16178608. OLE color: 16178608.
HSL color Cylindrical-coordinate representation of color #B0DDF6: hue angle of 201.43º 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 #B0DDF6 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 221 | 246 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.04 |
| HSL | 201.43º | 0.8% | 0.83% | - |
| HSV(B) | 201.43º | 0.28% | 0.96% | - |
| XYZ | 60.4 | 67.6 | 97.05 | - |
| YUV | 210.4 | 148.09 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 246 | 0.28 | 0.10 | 0 | 0.04 | 201.43 | 0.8 | 0.83 |
| Hex | B0 | DD | F6 | 1C | A | 0 | 4 | C9 | 50 | 53 |
| Octal | 260 | 335 | 366 | 34 | 12 | 0 | 4 | 311 | 120 | 123 |
| Binary | 10110000 | 11011101 | 11110110 | 11100 | 1010 | 0 | 100 | 11001001 | 1010000 | 1010011 |
Color Harmonies of #B0DDF6
Complementary color
Monochromatic Colors of #B0DDF6
Black with #B0DDF6
Text Example
Text Example
White with #B0DDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DDF6; }
p { color: rgb(176,221,246); }
H1.HeaderClassName
{
color: #B0DDF6;
}
.AnyTagClassName
{
color: #B0DDF6;
}
</style>
background-color css
<style>
a { background-color: #B0DDF6; }
a { background-color: rgb(176,221,246); }
div.DivClassName
{
background-color: #B0DDF6;
}
.BgClassName
{
background-color: #B0DDF6;
}
</style>
border-color css
<style>
span { border-color: #B0DDF6; }
span { border-color: rgb(176,221,246); }
td.TdClassName
{
border-color: #B0DDF6;
}
.TagClassName
{
border-color: #B0DDF6;
}
</style>