Shades of Light Blue #B7CFDD
Tints of Light Blue #B7CFDD
RGB
CMYK
RGB Variations
Color information
#B7CFDD (or 0xB7CFDD) is known color: Light Blue. HEX triplet: B7, CF and DD. RGB value is (183,207,221). Sum of RGB (Red+Green+Blue) = 183+207+221=611 (80% of max value = 765). Red value is 183 (71.88% from 255 or 29.95% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFDD is #483022. Grayscale: #C9C9C9. Windows color (decimal): -4730915 or 14536631. OLE color: 14536631.
HSL color Cylindrical-coordinate representation of color #B7CFDD: hue angle of 202.11º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7CFDD is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 207 | 221 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.13 |
| HSL | 202.11º | 0.36% | 0.79% | - |
| HSV(B) | 202.11º | 0.17% | 0.87% | - |
| XYZ | 54.89 | 59.91 | 77.08 | - |
| YUV | 201.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 221 | 0.17 | 0.06 | 0 | 0.13 | 202.11 | 0.36 | 0.79 |
| Hex | B7 | CF | DD | 11 | 6 | 0 | D | CA | 24 | 4F |
| Octal | 267 | 317 | 335 | 21 | 6 | 0 | 15 | 312 | 44 | 117 |
| Binary | 10110111 | 11001111 | 11011101 | 10001 | 110 | 0 | 1101 | 11001010 | 100100 | 1001111 |
Color Harmonies of #B7CFDD
Complementary color
Monochromatic Colors of #B7CFDD
Black with #B7CFDD
Text Example
Text Example
White with #B7CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CFDD; }
p { color: rgb(183,207,221); }
H1.HeaderClassName
{
color: #B7CFDD;
}
.AnyTagClassName
{
color: #B7CFDD;
}
</style>
background-color css
<style>
a { background-color: #B7CFDD; }
a { background-color: rgb(183,207,221); }
div.DivClassName
{
background-color: #B7CFDD;
}
.BgClassName
{
background-color: #B7CFDD;
}
</style>
border-color css
<style>
span { border-color: #B7CFDD; }
span { border-color: rgb(183,207,221); }
td.TdClassName
{
border-color: #B7CFDD;
}
.TagClassName
{
border-color: #B7CFDD;
}
</style>