Shades of Light Blue #B1CEDD
Tints of Light Blue #B1CEDD
RGB
CMYK
RGB Variations
Color information
#B1CEDD (or 0xB1CEDD) is known color: Light Blue. HEX triplet: B1, CE and DD. RGB value is (177,206,221). Sum of RGB (Red+Green+Blue) = 177+206+221=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1CEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEDD is #4E3122. Grayscale: #C6C6C6. Windows color (decimal): -5124387 or 14536369. OLE color: 14536369.
HSL color Cylindrical-coordinate representation of color #B1CEDD: hue angle of 200.45º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1CEDD is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 206 | 221 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.13 |
| HSL | 200.45º | 0.39% | 0.78% | - |
| HSV(B) | 200.45º | 0.2% | 0.87% | - |
| XYZ | 53.25 | 58.71 | 76.93 | - |
| YUV | 199.04 | 140.39 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 221 | 0.20 | 0.07 | 0 | 0.13 | 200.45 | 0.39 | 0.78 |
| Hex | B1 | CE | DD | 14 | 7 | 0 | D | C8 | 27 | 4E |
| Octal | 261 | 316 | 335 | 24 | 7 | 0 | 15 | 310 | 47 | 116 |
| Binary | 10110001 | 11001110 | 11011101 | 10100 | 111 | 0 | 1101 | 11001000 | 100111 | 1001110 |
Color Harmonies of #B1CEDD
Complementary color
Monochromatic Colors of #B1CEDD
Black with #B1CEDD
Text Example
Text Example
White with #B1CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CEDD; }
p { color: rgb(177,206,221); }
H1.HeaderClassName
{
color: #B1CEDD;
}
.AnyTagClassName
{
color: #B1CEDD;
}
</style>
background-color css
<style>
a { background-color: #B1CEDD; }
a { background-color: rgb(177,206,221); }
div.DivClassName
{
background-color: #B1CEDD;
}
.BgClassName
{
background-color: #B1CEDD;
}
</style>
border-color css
<style>
span { border-color: #B1CEDD; }
span { border-color: rgb(177,206,221); }
td.TdClassName
{
border-color: #B1CEDD;
}
.TagClassName
{
border-color: #B1CEDD;
}
</style>