Shades of Light Blue #B7CFDC
Tints of Light Blue #B7CFDC
RGB
CMYK
RGB Variations
Color information
#B7CFDC (or 0xB7CFDC) is known color: Light Blue. HEX triplet: B7, CF and DC. RGB value is (183,207,220). Sum of RGB (Red+Green+Blue) = 183+207+220=610 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFDC is #483023. Grayscale: #C9C9C9. Windows color (decimal): -4730916 or 14471095. OLE color: 14471095.
HSL color Cylindrical-coordinate representation of color #B7CFDC: hue angle of 201.08º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7CFDC is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 207 | 220 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.14 |
| HSL | 201.08º | 0.35% | 0.79% | - |
| HSV(B) | 201.08º | 0.17% | 0.86% | - |
| XYZ | 54.76 | 59.86 | 76.38 | - |
| YUV | 201.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 220 | 0.17 | 0.06 | 0 | 0.14 | 201.08 | 0.35 | 0.79 |
| Hex | B7 | CF | DC | 11 | 6 | 0 | E | C9 | 23 | 4F |
| Octal | 267 | 317 | 334 | 21 | 6 | 0 | 16 | 311 | 43 | 117 |
| Binary | 10110111 | 11001111 | 11011100 | 10001 | 110 | 0 | 1110 | 11001001 | 100011 | 1001111 |
Color Harmonies of #B7CFDC
Complementary color
Monochromatic Colors of #B7CFDC
Black with #B7CFDC
Text Example
Text Example
White with #B7CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CFDC; }
p { color: rgb(183,207,220); }
H1.HeaderClassName
{
color: #B7CFDC;
}
.AnyTagClassName
{
color: #B7CFDC;
}
</style>
background-color css
<style>
a { background-color: #B7CFDC; }
a { background-color: rgb(183,207,220); }
div.DivClassName
{
background-color: #B7CFDC;
}
.BgClassName
{
background-color: #B7CFDC;
}
</style>
border-color css
<style>
span { border-color: #B7CFDC; }
span { border-color: rgb(183,207,220); }
td.TdClassName
{
border-color: #B7CFDC;
}
.TagClassName
{
border-color: #B7CFDC;
}
</style>