Shades of Light Blue #B0DFF6
Tints of Light Blue #B0DFF6
RGB
CMYK
RGB Variations
Color information
#B0DFF6 (or 0xB0DFF6) is known color: Light Blue. HEX triplet: B0, DF and F6. RGB value is (176,223,246). Sum of RGB (Red+Green+Blue) = 176+223+246=645 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.29% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #B0DFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DFF6 is #4F2009. Grayscale: #D3D3D3. Windows color (decimal): -5185546 or 16179120. OLE color: 16179120.
HSL color Cylindrical-coordinate representation of color #B0DFF6: hue angle of 199.71º 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 #B0DFF6 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 223 | 246 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.04 |
| HSL | 199.71º | 0.8% | 0.83% | - |
| HSV(B) | 199.71º | 0.28% | 0.96% | - |
| XYZ | 60.93 | 68.66 | 97.23 | - |
| YUV | 211.57 | 147.43 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 246 | 0.28 | 0.09 | 0 | 0.04 | 199.71 | 0.8 | 0.83 |
| Hex | B0 | DF | F6 | 1C | 9 | 0 | 4 | C8 | 50 | 53 |
| Octal | 260 | 337 | 366 | 34 | 11 | 0 | 4 | 310 | 120 | 123 |
| Binary | 10110000 | 11011111 | 11110110 | 11100 | 1001 | 0 | 100 | 11001000 | 1010000 | 1010011 |
Color Harmonies of #B0DFF6
Complementary color
Monochromatic Colors of #B0DFF6
Black with #B0DFF6
Text Example
Text Example
White with #B0DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DFF6; }
p { color: rgb(176,223,246); }
H1.HeaderClassName
{
color: #B0DFF6;
}
.AnyTagClassName
{
color: #B0DFF6;
}
</style>
background-color css
<style>
a { background-color: #B0DFF6; }
a { background-color: rgb(176,223,246); }
div.DivClassName
{
background-color: #B0DFF6;
}
.BgClassName
{
background-color: #B0DFF6;
}
</style>
border-color css
<style>
span { border-color: #B0DFF6; }
span { border-color: rgb(176,223,246); }
td.TdClassName
{
border-color: #B0DFF6;
}
.TagClassName
{
border-color: #B0DFF6;
}
</style>