Shades of Light Blue #B0D4DF
Tints of Light Blue #B0D4DF
RGB
CMYK
RGB Variations
Color information
#B0D4DF (or 0xB0D4DF) is known color: Light Blue. HEX triplet: B0, D4 and DF. RGB value is (176,212,223). Sum of RGB (Red+Green+Blue) = 176+212+223=611 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.81% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0D4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D4DF is #4F2B20. Grayscale: #CACACA. Windows color (decimal): -5188385 or 14668976. OLE color: 14668976.
HSL color Cylindrical-coordinate representation of color #B0D4DF: hue angle of 194.04º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0D4DF is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 212 | 223 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.13 |
| HSL | 194.04º | 0.42% | 0.78% | - |
| HSV(B) | 194.04º | 0.21% | 0.87% | - |
| XYZ | 54.77 | 61.64 | 78.82 | - |
| YUV | 202.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 212 | 223 | 0.21 | 0.05 | 0 | 0.13 | 194.04 | 0.42 | 0.78 |
| Hex | B0 | D4 | DF | 15 | 5 | 0 | D | C2 | 2A | 4E |
| Octal | 260 | 324 | 337 | 25 | 5 | 0 | 15 | 302 | 52 | 116 |
| Binary | 10110000 | 11010100 | 11011111 | 10101 | 101 | 0 | 1101 | 11000010 | 101010 | 1001110 |
Color Harmonies of #B0D4DF
Complementary color
Monochromatic Colors of #B0D4DF
Black with #B0D4DF
Text Example
Text Example
White with #B0D4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D4DF; }
p { color: rgb(176,212,223); }
H1.HeaderClassName
{
color: #B0D4DF;
}
.AnyTagClassName
{
color: #B0D4DF;
}
</style>
background-color css
<style>
a { background-color: #B0D4DF; }
a { background-color: rgb(176,212,223); }
div.DivClassName
{
background-color: #B0D4DF;
}
.BgClassName
{
background-color: #B0D4DF;
}
</style>
border-color css
<style>
span { border-color: #B0D4DF; }
span { border-color: rgb(176,212,223); }
td.TdClassName
{
border-color: #B0D4DF;
}
.TagClassName
{
border-color: #B0D4DF;
}
</style>