Shades of Light Blue #B7DCF4
Tints of Light Blue #B7DCF4
RGB
CMYK
RGB Variations
Color information
#B7DCF4 (or 0xB7DCF4) is known color: Light Blue. HEX triplet: B7, DC and F4. RGB value is (183,220,244). Sum of RGB (Red+Green+Blue) = 183+220+244=647 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.28% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 244 (95.70% from 255 or 37.71% from 647); Max value from RGB is 244 - color contains mainly: blue. Hex color #B7DCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DCF4 is #48230B. Grayscale: #D3D3D3. Windows color (decimal): -4727564 or 16047287. OLE color: 16047287.
HSL color Cylindrical-coordinate representation of color #B7DCF4: hue angle of 203.61º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7DCF4 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 220 | 244 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.04 |
| HSL | 203.61º | 0.73% | 0.84% | - |
| HSV(B) | 203.61º | 0.25% | 0.96% | - |
| XYZ | 61.45 | 67.79 | 95.43 | - |
| YUV | 211.67 | 146.24 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 244 | 0.25 | 0.10 | 0 | 0.04 | 203.61 | 0.73 | 0.84 |
| Hex | B7 | DC | F4 | 19 | A | 0 | 4 | CC | 49 | 54 |
| Octal | 267 | 334 | 364 | 31 | 12 | 0 | 4 | 314 | 111 | 124 |
| Binary | 10110111 | 11011100 | 11110100 | 11001 | 1010 | 0 | 100 | 11001100 | 1001001 | 1010100 |
Color Harmonies of #B7DCF4
Complementary color
Monochromatic Colors of #B7DCF4
Black with #B7DCF4
Text Example
Text Example
White with #B7DCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DCF4; }
p { color: rgb(183,220,244); }
H1.HeaderClassName
{
color: #B7DCF4;
}
.AnyTagClassName
{
color: #B7DCF4;
}
</style>
background-color css
<style>
a { background-color: #B7DCF4; }
a { background-color: rgb(183,220,244); }
div.DivClassName
{
background-color: #B7DCF4;
}
.BgClassName
{
background-color: #B7DCF4;
}
</style>
border-color css
<style>
span { border-color: #B7DCF4; }
span { border-color: rgb(183,220,244); }
td.TdClassName
{
border-color: #B7DCF4;
}
.TagClassName
{
border-color: #B7DCF4;
}
</style>