Shades of Light Blue #B1DAF1
Tints of Light Blue #B1DAF1
RGB
CMYK
RGB Variations
Color information
#B1DAF1 (or 0xB1DAF1) is known color: Light Blue. HEX triplet: B1, DA and F1. RGB value is (177,218,241). Sum of RGB (Red+Green+Blue) = 177+218+241=636 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.83% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #B1DAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DAF1 is #4E250E. Grayscale: #D0D0D0. Windows color (decimal): -5121295 or 15850161. OLE color: 15850161.
HSL color Cylindrical-coordinate representation of color #B1DAF1: hue angle of 201.56º 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 #B1DAF1 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 218 | 241 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.05 |
| HSL | 201.56º | 0.7% | 0.82% | - |
| HSV(B) | 201.56º | 0.27% | 0.95% | - |
| XYZ | 59.08 | 65.84 | 92.81 | - |
| YUV | 208.36 | 146.42 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 218 | 241 | 0.27 | 0.10 | 0 | 0.05 | 201.56 | 0.7 | 0.82 |
| Hex | B1 | DA | F1 | 1B | A | 0 | 5 | CA | 46 | 52 |
| Octal | 261 | 332 | 361 | 33 | 12 | 0 | 5 | 312 | 106 | 122 |
| Binary | 10110001 | 11011010 | 11110001 | 11011 | 1010 | 0 | 101 | 11001010 | 1000110 | 1010010 |
Color Harmonies of #B1DAF1
Complementary color
Monochromatic Colors of #B1DAF1
Black with #B1DAF1
Text Example
Text Example
White with #B1DAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DAF1; }
p { color: rgb(177,218,241); }
H1.HeaderClassName
{
color: #B1DAF1;
}
.AnyTagClassName
{
color: #B1DAF1;
}
</style>
background-color css
<style>
a { background-color: #B1DAF1; }
a { background-color: rgb(177,218,241); }
div.DivClassName
{
background-color: #B1DAF1;
}
.BgClassName
{
background-color: #B1DAF1;
}
</style>
border-color css
<style>
span { border-color: #B1DAF1; }
span { border-color: rgb(177,218,241); }
td.TdClassName
{
border-color: #B1DAF1;
}
.TagClassName
{
border-color: #B1DAF1;
}
</style>