Shades of Light Blue #B7DCF2
Tints of Light Blue #B7DCF2
RGB
CMYK
RGB Variations
Color information
#B7DCF2 (or 0xB7DCF2) is known color: Light Blue. HEX triplet: B7, DC and F2. RGB value is (183,220,242). Sum of RGB (Red+Green+Blue) = 183+220+242=645 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.37% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #B7DCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DCF2 is #48230D. Grayscale: #D3D3D3. Windows color (decimal): -4727566 or 15916215. OLE color: 15916215.
HSL color Cylindrical-coordinate representation of color #B7DCF2: hue angle of 202.37º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7DCF2 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 220 | 242 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.05 |
| HSL | 202.37º | 0.69% | 0.83% | - |
| HSV(B) | 202.37º | 0.24% | 0.95% | - |
| XYZ | 61.15 | 67.66 | 93.84 | - |
| YUV | 211.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 242 | 0.24 | 0.09 | 0 | 0.05 | 202.37 | 0.69 | 0.83 |
| Hex | B7 | DC | F2 | 18 | 9 | 0 | 5 | CA | 45 | 53 |
| Octal | 267 | 334 | 362 | 30 | 11 | 0 | 5 | 312 | 105 | 123 |
| Binary | 10110111 | 11011100 | 11110010 | 11000 | 1001 | 0 | 101 | 11001010 | 1000101 | 1010011 |
Color Harmonies of #B7DCF2
Complementary color
Monochromatic Colors of #B7DCF2
Black with #B7DCF2
Text Example
Text Example
White with #B7DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DCF2; }
p { color: rgb(183,220,242); }
H1.HeaderClassName
{
color: #B7DCF2;
}
.AnyTagClassName
{
color: #B7DCF2;
}
</style>
background-color css
<style>
a { background-color: #B7DCF2; }
a { background-color: rgb(183,220,242); }
div.DivClassName
{
background-color: #B7DCF2;
}
.BgClassName
{
background-color: #B7DCF2;
}
</style>
border-color css
<style>
span { border-color: #B7DCF2; }
span { border-color: rgb(183,220,242); }
td.TdClassName
{
border-color: #B7DCF2;
}
.TagClassName
{
border-color: #B7DCF2;
}
</style>