Shades of Light Blue #B1CFDF
Tints of Light Blue #B1CFDF
RGB
CMYK
RGB Variations
Color information
#B1CFDF (or 0xB1CFDF) is known color: Light Blue. HEX triplet: B1, CF and DF. RGB value is (177,207,223). Sum of RGB (Red+Green+Blue) = 177+207+223=607 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.16% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1CFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CFDF is #4E3020. Grayscale: #C7C7C7. Windows color (decimal): -5124129 or 14667697. OLE color: 14667697.
HSL color Cylindrical-coordinate representation of color #B1CFDF: hue angle of 200.87º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1CFDF is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 207 | 223 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.13 |
| HSL | 200.87º | 0.42% | 0.78% | - |
| HSV(B) | 200.87º | 0.21% | 0.87% | - |
| XYZ | 53.76 | 59.3 | 78.42 | - |
| YUV | 199.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 223 | 0.21 | 0.07 | 0 | 0.13 | 200.87 | 0.42 | 0.78 |
| Hex | B1 | CF | DF | 15 | 7 | 0 | D | C9 | 2A | 4E |
| Octal | 261 | 317 | 337 | 25 | 7 | 0 | 15 | 311 | 52 | 116 |
| Binary | 10110001 | 11001111 | 11011111 | 10101 | 111 | 0 | 1101 | 11001001 | 101010 | 1001110 |
Color Harmonies of #B1CFDF
Complementary color
Monochromatic Colors of #B1CFDF
Black with #B1CFDF
Text Example
Text Example
White with #B1CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CFDF; }
p { color: rgb(177,207,223); }
H1.HeaderClassName
{
color: #B1CFDF;
}
.AnyTagClassName
{
color: #B1CFDF;
}
</style>
background-color css
<style>
a { background-color: #B1CFDF; }
a { background-color: rgb(177,207,223); }
div.DivClassName
{
background-color: #B1CFDF;
}
.BgClassName
{
background-color: #B1CFDF;
}
</style>
border-color css
<style>
span { border-color: #B1CFDF; }
span { border-color: rgb(177,207,223); }
td.TdClassName
{
border-color: #B1CFDF;
}
.TagClassName
{
border-color: #B1CFDF;
}
</style>