Shades of Light Blue #B1DDF4
Tints of Light Blue #B1DDF4
RGB
CMYK
RGB Variations
Color information
#B1DDF4 (or 0xB1DDF4) is known color: Light Blue. HEX triplet: B1, DD and F4. RGB value is (177,221,244). Sum of RGB (Red+Green+Blue) = 177+221+244=642 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.57% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 244 (95.70% from 255 or 38.01% from 642); Max value from RGB is 244 - color contains mainly: blue. Hex color #B1DDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DDF4 is #4E220B. Grayscale: #D2D2D2. Windows color (decimal): -5120524 or 16047537. OLE color: 16047537.
HSL color Cylindrical-coordinate representation of color #B1DDF4: hue angle of 200.6º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1DDF4 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 221 | 244 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.04 |
| HSL | 200.6º | 0.75% | 0.83% | - |
| HSV(B) | 200.6º | 0.27% | 0.96% | - |
| XYZ | 60.32 | 67.59 | 95.46 | - |
| YUV | 210.47 | 146.92 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 221 | 244 | 0.27 | 0.09 | 0 | 0.04 | 200.6 | 0.75 | 0.83 |
| Hex | B1 | DD | F4 | 1B | 9 | 0 | 4 | C9 | 4B | 53 |
| Octal | 261 | 335 | 364 | 33 | 11 | 0 | 4 | 311 | 113 | 123 |
| Binary | 10110001 | 11011101 | 11110100 | 11011 | 1001 | 0 | 100 | 11001001 | 1001011 | 1010011 |
Color Harmonies of #B1DDF4
Complementary color
Monochromatic Colors of #B1DDF4
Black with #B1DDF4
Text Example
Text Example
White with #B1DDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DDF4; }
p { color: rgb(177,221,244); }
H1.HeaderClassName
{
color: #B1DDF4;
}
.AnyTagClassName
{
color: #B1DDF4;
}
</style>
background-color css
<style>
a { background-color: #B1DDF4; }
a { background-color: rgb(177,221,244); }
div.DivClassName
{
background-color: #B1DDF4;
}
.BgClassName
{
background-color: #B1DDF4;
}
</style>
border-color css
<style>
span { border-color: #B1DDF4; }
span { border-color: rgb(177,221,244); }
td.TdClassName
{
border-color: #B1DDF4;
}
.TagClassName
{
border-color: #B1DDF4;
}
</style>