Shades of Light Blue #B7DFF6
Tints of Light Blue #B7DFF6
RGB
CMYK
RGB Variations
Color information
#B7DFF6 (or 0xB7DFF6) is known color: Light Blue. HEX triplet: B7, DF and F6. RGB value is (183,223,246). Sum of RGB (Red+Green+Blue) = 183+223+246=652 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.07% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 246 (96.48% from 255 or 37.73% from 652); Max value from RGB is 246 - color contains mainly: blue. Hex color #B7DFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DFF6 is #482009. Grayscale: #D5D5D5. Windows color (decimal): -4726794 or 16179127. OLE color: 16179127.
HSL color Cylindrical-coordinate representation of color #B7DFF6: hue angle of 201.9º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7DFF6 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 223 | 246 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.04 |
| HSL | 201.9º | 0.78% | 0.84% | - |
| HSV(B) | 201.9º | 0.26% | 0.96% | - |
| XYZ | 62.55 | 69.5 | 97.31 | - |
| YUV | 213.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 223 | 246 | 0.26 | 0.09 | 0 | 0.04 | 201.9 | 0.78 | 0.84 |
| Hex | B7 | DF | F6 | 1A | 9 | 0 | 4 | CA | 4E | 54 |
| Octal | 267 | 337 | 366 | 32 | 11 | 0 | 4 | 312 | 116 | 124 |
| Binary | 10110111 | 11011111 | 11110110 | 11010 | 1001 | 0 | 100 | 11001010 | 1001110 | 1010100 |
Color Harmonies of #B7DFF6
Complementary color
Monochromatic Colors of #B7DFF6
Black with #B7DFF6
Text Example
Text Example
White with #B7DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DFF6; }
p { color: rgb(183,223,246); }
H1.HeaderClassName
{
color: #B7DFF6;
}
.AnyTagClassName
{
color: #B7DFF6;
}
</style>
background-color css
<style>
a { background-color: #B7DFF6; }
a { background-color: rgb(183,223,246); }
div.DivClassName
{
background-color: #B7DFF6;
}
.BgClassName
{
background-color: #B7DFF6;
}
</style>
border-color css
<style>
span { border-color: #B7DFF6; }
span { border-color: rgb(183,223,246); }
td.TdClassName
{
border-color: #B7DFF6;
}
.TagClassName
{
border-color: #B7DFF6;
}
</style>