Shades of Light Blue #B1CFDC
Tints of Light Blue #B1CFDC
RGB
CMYK
RGB Variations
Color information
#B1CFDC (or 0xB1CFDC) is known color: Light Blue. HEX triplet: B1, CF and DC. RGB value is (177,207,220). Sum of RGB (Red+Green+Blue) = 177+207+220=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CFDC is #4E3023. Grayscale: #C7C7C7. Windows color (decimal): -5124132 or 14471089. OLE color: 14471089.
HSL color Cylindrical-coordinate representation of color #B1CFDC: hue angle of 198.14º 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 #B1CFDC is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 207 | 220 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.14 |
| HSL | 198.14º | 0.38% | 0.78% | - |
| HSV(B) | 198.14º | 0.2% | 0.86% | - |
| XYZ | 53.36 | 59.14 | 76.31 | - |
| YUV | 199.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 220 | 0.20 | 0.06 | 0 | 0.14 | 198.14 | 0.38 | 0.78 |
| Hex | B1 | CF | DC | 14 | 6 | 0 | E | C6 | 26 | 4E |
| Octal | 261 | 317 | 334 | 24 | 6 | 0 | 16 | 306 | 46 | 116 |
| Binary | 10110001 | 11001111 | 11011100 | 10100 | 110 | 0 | 1110 | 11000110 | 100110 | 1001110 |
Color Harmonies of #B1CFDC
Complementary color
Monochromatic Colors of #B1CFDC
Black with #B1CFDC
Text Example
Text Example
White with #B1CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CFDC; }
p { color: rgb(177,207,220); }
H1.HeaderClassName
{
color: #B1CFDC;
}
.AnyTagClassName
{
color: #B1CFDC;
}
</style>
background-color css
<style>
a { background-color: #B1CFDC; }
a { background-color: rgb(177,207,220); }
div.DivClassName
{
background-color: #B1CFDC;
}
.BgClassName
{
background-color: #B1CFDC;
}
</style>
border-color css
<style>
span { border-color: #B1CFDC; }
span { border-color: rgb(177,207,220); }
td.TdClassName
{
border-color: #B1CFDC;
}
.TagClassName
{
border-color: #B1CFDC;
}
</style>