Shades of Light Blue #B1DAEF
Tints of Light Blue #B1DAEF
RGB
CMYK
RGB Variations
Color information
#B1DAEF (or 0xB1DAEF) is known color: Light Blue. HEX triplet: B1, DA and EF. RGB value is (177,218,239). Sum of RGB (Red+Green+Blue) = 177+218+239=634 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.92% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1DAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DAEF is #4E2510. Grayscale: #D0D0D0. Windows color (decimal): -5121297 or 15719089. OLE color: 15719089.
HSL color Cylindrical-coordinate representation of color #B1DAEF: hue angle of 200.32º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1DAEF is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 218 | 239 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.06 |
| HSL | 200.32º | 0.66% | 0.82% | - |
| HSV(B) | 200.32º | 0.26% | 0.94% | - |
| XYZ | 58.78 | 65.72 | 91.25 | - |
| YUV | 208.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 218 | 239 | 0.26 | 0.09 | 0 | 0.06 | 200.32 | 0.66 | 0.82 |
| Hex | B1 | DA | EF | 1A | 9 | 0 | 6 | C8 | 42 | 52 |
| Octal | 261 | 332 | 357 | 32 | 11 | 0 | 6 | 310 | 102 | 122 |
| Binary | 10110001 | 11011010 | 11101111 | 11010 | 1001 | 0 | 110 | 11001000 | 1000010 | 1010010 |
Color Harmonies of #B1DAEF
Complementary color
Monochromatic Colors of #B1DAEF
Black with #B1DAEF
Text Example
Text Example
White with #B1DAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DAEF; }
p { color: rgb(177,218,239); }
H1.HeaderClassName
{
color: #B1DAEF;
}
.AnyTagClassName
{
color: #B1DAEF;
}
</style>
background-color css
<style>
a { background-color: #B1DAEF; }
a { background-color: rgb(177,218,239); }
div.DivClassName
{
background-color: #B1DAEF;
}
.BgClassName
{
background-color: #B1DAEF;
}
</style>
border-color css
<style>
span { border-color: #B1DAEF; }
span { border-color: rgb(177,218,239); }
td.TdClassName
{
border-color: #B1DAEF;
}
.TagClassName
{
border-color: #B1DAEF;
}
</style>