Shades of Light Blue #B1DDF1
Tints of Light Blue #B1DDF1
RGB
CMYK
RGB Variations
Color information
#B1DDF1 (or 0xB1DDF1) is known color: Light Blue. HEX triplet: B1, DD and F1. RGB value is (177,221,241). Sum of RGB (Red+Green+Blue) = 177+221+241=639 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.70% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #B1DDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DDF1 is #4E220E. Grayscale: #D1D1D1. Windows color (decimal): -5120527 or 15850929. OLE color: 15850929.
HSL color Cylindrical-coordinate representation of color #B1DDF1: hue angle of 198.75º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1DDF1 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 221 | 241 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.05 |
| HSL | 198.75º | 0.7% | 0.82% | - |
| HSV(B) | 198.75º | 0.27% | 0.95% | - |
| XYZ | 59.87 | 67.41 | 93.08 | - |
| YUV | 210.12 | 145.42 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 221 | 241 | 0.27 | 0.08 | 0 | 0.05 | 198.75 | 0.7 | 0.82 |
| Hex | B1 | DD | F1 | 1B | 8 | 0 | 5 | C7 | 46 | 52 |
| Octal | 261 | 335 | 361 | 33 | 10 | 0 | 5 | 307 | 106 | 122 |
| Binary | 10110001 | 11011101 | 11110001 | 11011 | 1000 | 0 | 101 | 11000111 | 1000110 | 1010010 |
Color Harmonies of #B1DDF1
Complementary color
Monochromatic Colors of #B1DDF1
Black with #B1DDF1
Text Example
Text Example
White with #B1DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DDF1; }
p { color: rgb(177,221,241); }
H1.HeaderClassName
{
color: #B1DDF1;
}
.AnyTagClassName
{
color: #B1DDF1;
}
</style>
background-color css
<style>
a { background-color: #B1DDF1; }
a { background-color: rgb(177,221,241); }
div.DivClassName
{
background-color: #B1DDF1;
}
.BgClassName
{
background-color: #B1DDF1;
}
</style>
border-color css
<style>
span { border-color: #B1DDF1; }
span { border-color: rgb(177,221,241); }
td.TdClassName
{
border-color: #B1DDF1;
}
.TagClassName
{
border-color: #B1DDF1;
}
</style>