Shades of Light Blue #B0DBF4
Tints of Light Blue #B0DBF4
RGB
CMYK
RGB Variations
Color information
#B0DBF4 (or 0xB0DBF4) is known color: Light Blue. HEX triplet: B0, DB and F4. RGB value is (176,219,244). Sum of RGB (Red+Green+Blue) = 176+219+244=639 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.54% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 244 (95.70% from 255 or 38.18% from 639); Max value from RGB is 244 - color contains mainly: blue. Hex color #B0DBF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DBF4 is #4F240B. Grayscale: #D0D0D0. Windows color (decimal): -5186572 or 16047024. OLE color: 16047024.
HSL color Cylindrical-coordinate representation of color #B0DBF4: hue angle of 202.06º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0DBF4 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 219 | 244 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.04 |
| HSL | 202.06º | 0.76% | 0.82% | - |
| HSV(B) | 202.06º | 0.28% | 0.96% | - |
| XYZ | 59.57 | 66.42 | 95.27 | - |
| YUV | 208.99 | 147.75 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 244 | 0.28 | 0.10 | 0 | 0.04 | 202.06 | 0.76 | 0.82 |
| Hex | B0 | DB | F4 | 1C | A | 0 | 4 | CA | 4C | 52 |
| Octal | 260 | 333 | 364 | 34 | 12 | 0 | 4 | 312 | 114 | 122 |
| Binary | 10110000 | 11011011 | 11110100 | 11100 | 1010 | 0 | 100 | 11001010 | 1001100 | 1010010 |
Color Harmonies of #B0DBF4
Complementary color
Monochromatic Colors of #B0DBF4
Black with #B0DBF4
Text Example
Text Example
White with #B0DBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBF4; }
p { color: rgb(176,219,244); }
H1.HeaderClassName
{
color: #B0DBF4;
}
.AnyTagClassName
{
color: #B0DBF4;
}
</style>
background-color css
<style>
a { background-color: #B0DBF4; }
a { background-color: rgb(176,219,244); }
div.DivClassName
{
background-color: #B0DBF4;
}
.BgClassName
{
background-color: #B0DBF4;
}
</style>
border-color css
<style>
span { border-color: #B0DBF4; }
span { border-color: rgb(176,219,244); }
td.TdClassName
{
border-color: #B0DBF4;
}
.TagClassName
{
border-color: #B0DBF4;
}
</style>