Shades of Light Blue #B1DCEB
Tints of Light Blue #B1DCEB
RGB
CMYK
RGB Variations
Color information
#B1DCEB (or 0xB1DCEB) is known color: Light Blue. HEX triplet: B1, DC and EB. RGB value is (177,220,235). Sum of RGB (Red+Green+Blue) = 177+220+235=632 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.01% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DCEB is #4E2314. Grayscale: #D0D0D0. Windows color (decimal): -5120789 or 15457457. OLE color: 15457457.
HSL color Cylindrical-coordinate representation of color #B1DCEB: hue angle of 195.52º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1DCEB is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 220 | 235 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.08 |
| HSL | 195.52º | 0.59% | 0.81% | - |
| HSV(B) | 195.52º | 0.25% | 0.92% | - |
| XYZ | 58.72 | 66.53 | 88.34 | - |
| YUV | 208.85 | 142.75 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 235 | 0.25 | 0.06 | 0 | 0.08 | 195.52 | 0.59 | 0.81 |
| Hex | B1 | DC | EB | 19 | 6 | 0 | 8 | C4 | 3B | 51 |
| Octal | 261 | 334 | 353 | 31 | 6 | 0 | 10 | 304 | 73 | 121 |
| Binary | 10110001 | 11011100 | 11101011 | 11001 | 110 | 0 | 1000 | 11000100 | 111011 | 1010001 |
Color Harmonies of #B1DCEB
Complementary color
Monochromatic Colors of #B1DCEB
Black with #B1DCEB
Text Example
Text Example
White with #B1DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DCEB; }
p { color: rgb(177,220,235); }
H1.HeaderClassName
{
color: #B1DCEB;
}
.AnyTagClassName
{
color: #B1DCEB;
}
</style>
background-color css
<style>
a { background-color: #B1DCEB; }
a { background-color: rgb(177,220,235); }
div.DivClassName
{
background-color: #B1DCEB;
}
.BgClassName
{
background-color: #B1DCEB;
}
</style>
border-color css
<style>
span { border-color: #B1DCEB; }
span { border-color: rgb(177,220,235); }
td.TdClassName
{
border-color: #B1DCEB;
}
.TagClassName
{
border-color: #B1DCEB;
}
</style>