Shades of Light Blue #B1CEDC
Tints of Light Blue #B1CEDC
RGB
CMYK
RGB Variations
Color information
#B1CEDC (or 0xB1CEDC) is known color: Light Blue. HEX triplet: B1, CE and DC. RGB value is (177,206,220). Sum of RGB (Red+Green+Blue) = 177+206+220=603 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.35% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEDC is #4E3123. Grayscale: #C6C6C6. Windows color (decimal): -5124388 or 14470833. OLE color: 14470833.
HSL color Cylindrical-coordinate representation of color #B1CEDC: hue angle of 199.53º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1CEDC is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 206 | 220 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.14 |
| HSL | 199.53º | 0.38% | 0.78% | - |
| HSV(B) | 199.53º | 0.2% | 0.86% | - |
| XYZ | 53.12 | 58.66 | 76.23 | - |
| YUV | 198.93 | 139.89 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 220 | 0.20 | 0.06 | 0 | 0.14 | 199.53 | 0.38 | 0.78 |
| Hex | B1 | CE | DC | 14 | 6 | 0 | E | C8 | 26 | 4E |
| Octal | 261 | 316 | 334 | 24 | 6 | 0 | 16 | 310 | 46 | 116 |
| Binary | 10110001 | 11001110 | 11011100 | 10100 | 110 | 0 | 1110 | 11001000 | 100110 | 1001110 |
Color Harmonies of #B1CEDC
Complementary color
Monochromatic Colors of #B1CEDC
Black with #B1CEDC
Text Example
Text Example
White with #B1CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CEDC; }
p { color: rgb(177,206,220); }
H1.HeaderClassName
{
color: #B1CEDC;
}
.AnyTagClassName
{
color: #B1CEDC;
}
</style>
background-color css
<style>
a { background-color: #B1CEDC; }
a { background-color: rgb(177,206,220); }
div.DivClassName
{
background-color: #B1CEDC;
}
.BgClassName
{
background-color: #B1CEDC;
}
</style>
border-color css
<style>
span { border-color: #B1CEDC; }
span { border-color: rgb(177,206,220); }
td.TdClassName
{
border-color: #B1CEDC;
}
.TagClassName
{
border-color: #B1CEDC;
}
</style>