Shades of Light Blue #B1DAE6
Tints of Light Blue #B1DAE6
RGB
CMYK
RGB Variations
Color information
#B1DAE6 (or 0xB1DAE6) is known color: Light Blue. HEX triplet: B1, DA and E6. RGB value is (177,218,230). Sum of RGB (Red+Green+Blue) = 177+218+230=625 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.32% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #B1DAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DAE6 is #4E2519. Grayscale: #CFCFCF. Windows color (decimal): -5121306 or 15129265. OLE color: 15129265.
HSL color Cylindrical-coordinate representation of color #B1DAE6: hue angle of 193.58º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1DAE6 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 218 | 230 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.10 |
| HSL | 193.58º | 0.51% | 0.8% | - |
| HSV(B) | 193.58º | 0.23% | 0.9% | - |
| XYZ | 57.49 | 65.2 | 84.42 | - |
| YUV | 207.11 | 140.92 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 218 | 230 | 0.23 | 0.05 | 0 | 0.10 | 193.58 | 0.51 | 0.8 |
| Hex | B1 | DA | E6 | 17 | 5 | 0 | A | C2 | 33 | 50 |
| Octal | 261 | 332 | 346 | 27 | 5 | 0 | 12 | 302 | 63 | 120 |
| Binary | 10110001 | 11011010 | 11100110 | 10111 | 101 | 0 | 1010 | 11000010 | 110011 | 1010000 |
Color Harmonies of #B1DAE6
Complementary color
Monochromatic Colors of #B1DAE6
Black with #B1DAE6
Text Example
Text Example
White with #B1DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DAE6; }
p { color: rgb(177,218,230); }
H1.HeaderClassName
{
color: #B1DAE6;
}
.AnyTagClassName
{
color: #B1DAE6;
}
</style>
background-color css
<style>
a { background-color: #B1DAE6; }
a { background-color: rgb(177,218,230); }
div.DivClassName
{
background-color: #B1DAE6;
}
.BgClassName
{
background-color: #B1DAE6;
}
</style>
border-color css
<style>
span { border-color: #B1DAE6; }
span { border-color: rgb(177,218,230); }
td.TdClassName
{
border-color: #B1DAE6;
}
.TagClassName
{
border-color: #B1DAE6;
}
</style>