Shades of Light Blue #B0DDF0
Tints of Light Blue #B0DDF0
RGB
CMYK
RGB Variations
Color information
#B0DDF0 (or 0xB0DDF0) is known color: Light Blue. HEX triplet: B0, DD and F0. RGB value is (176,221,240). Sum of RGB (Red+Green+Blue) = 176+221+240=637 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.63% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #B0DDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DDF0 is #4F220F. Grayscale: #D1D1D1. Windows color (decimal): -5186064 or 15785392. OLE color: 15785392.
HSL color Cylindrical-coordinate representation of color #B0DDF0: hue angle of 197.81º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0DDF0 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 221 | 240 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.06 |
| HSL | 197.81º | 0.68% | 0.82% | - |
| HSV(B) | 197.81º | 0.27% | 0.94% | - |
| XYZ | 59.49 | 67.23 | 92.28 | - |
| YUV | 209.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 240 | 0.27 | 0.08 | 0 | 0.06 | 197.81 | 0.68 | 0.82 |
| Hex | B0 | DD | F0 | 1B | 8 | 0 | 6 | C6 | 44 | 52 |
| Octal | 260 | 335 | 360 | 33 | 10 | 0 | 6 | 306 | 104 | 122 |
| Binary | 10110000 | 11011101 | 11110000 | 11011 | 1000 | 0 | 110 | 11000110 | 1000100 | 1010010 |
Color Harmonies of #B0DDF0
Complementary color
Monochromatic Colors of #B0DDF0
Black with #B0DDF0
Text Example
Text Example
White with #B0DDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DDF0; }
p { color: rgb(176,221,240); }
H1.HeaderClassName
{
color: #B0DDF0;
}
.AnyTagClassName
{
color: #B0DDF0;
}
</style>
background-color css
<style>
a { background-color: #B0DDF0; }
a { background-color: rgb(176,221,240); }
div.DivClassName
{
background-color: #B0DDF0;
}
.BgClassName
{
background-color: #B0DDF0;
}
</style>
border-color css
<style>
span { border-color: #B0DDF0; }
span { border-color: rgb(176,221,240); }
td.TdClassName
{
border-color: #B0DDF0;
}
.TagClassName
{
border-color: #B0DDF0;
}
</style>