Shades of Light Blue #B1DFED
Tints of Light Blue #B1DFED
RGB
CMYK
RGB Variations
Color information
#B1DFED (or 0xB1DFED) is known color: Light Blue. HEX triplet: B1, DF and ED. RGB value is (177,223,237). Sum of RGB (Red+Green+Blue) = 177+223+237=637 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.79% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #B1DFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DFED is #4E2012. Grayscale: #D2D2D2. Windows color (decimal): -5120019 or 15589297. OLE color: 15589297.
HSL color Cylindrical-coordinate representation of color #B1DFED: hue angle of 194º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1DFED is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 223 | 237 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.07 |
| HSL | 194º | 0.63% | 0.81% | - |
| HSV(B) | 194º | 0.25% | 0.93% | - |
| XYZ | 59.81 | 68.24 | 90.14 | - |
| YUV | 210.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 237 | 0.25 | 0.06 | 0 | 0.07 | 194 | 0.63 | 0.81 |
| Hex | B1 | DF | ED | 19 | 6 | 0 | 7 | C2 | 3E | 51 |
| Octal | 261 | 337 | 355 | 31 | 6 | 0 | 7 | 302 | 76 | 121 |
| Binary | 10110001 | 11011111 | 11101101 | 11001 | 110 | 0 | 111 | 11000010 | 111110 | 1010001 |
Color Harmonies of #B1DFED
Complementary color
Monochromatic Colors of #B1DFED
Black with #B1DFED
Text Example
Text Example
White with #B1DFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DFED; }
p { color: rgb(177,223,237); }
H1.HeaderClassName
{
color: #B1DFED;
}
.AnyTagClassName
{
color: #B1DFED;
}
</style>
background-color css
<style>
a { background-color: #B1DFED; }
a { background-color: rgb(177,223,237); }
div.DivClassName
{
background-color: #B1DFED;
}
.BgClassName
{
background-color: #B1DFED;
}
</style>
border-color css
<style>
span { border-color: #B1DFED; }
span { border-color: rgb(177,223,237); }
td.TdClassName
{
border-color: #B1DFED;
}
.TagClassName
{
border-color: #B1DFED;
}
</style>