Shades of Light Blue #B7DFF2
Tints of Light Blue #B7DFF2
RGB
CMYK
RGB Variations
Color information
#B7DFF2 (or 0xB7DFF2) is known color: Light Blue. HEX triplet: B7, DF and F2. RGB value is (183,223,242). Sum of RGB (Red+Green+Blue) = 183+223+242=648 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.24% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #B7DFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DFF2 is #48200D. Grayscale: #D5D5D5. Windows color (decimal): -4726798 or 15916983. OLE color: 15916983.
HSL color Cylindrical-coordinate representation of color #B7DFF2: hue angle of 199.32º 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 #B7DFF2 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 223 | 242 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.05 |
| HSL | 199.32º | 0.69% | 0.83% | - |
| HSV(B) | 199.32º | 0.24% | 0.95% | - |
| XYZ | 61.94 | 69.25 | 94.11 | - |
| YUV | 213.21 | 144.25 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 223 | 242 | 0.24 | 0.08 | 0 | 0.05 | 199.32 | 0.69 | 0.83 |
| Hex | B7 | DF | F2 | 18 | 8 | 0 | 5 | C7 | 45 | 53 |
| Octal | 267 | 337 | 362 | 30 | 10 | 0 | 5 | 307 | 105 | 123 |
| Binary | 10110111 | 11011111 | 11110010 | 11000 | 1000 | 0 | 101 | 11000111 | 1000101 | 1010011 |
Color Harmonies of #B7DFF2
Complementary color
Monochromatic Colors of #B7DFF2
Black with #B7DFF2
Text Example
Text Example
White with #B7DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DFF2; }
p { color: rgb(183,223,242); }
H1.HeaderClassName
{
color: #B7DFF2;
}
.AnyTagClassName
{
color: #B7DFF2;
}
</style>
background-color css
<style>
a { background-color: #B7DFF2; }
a { background-color: rgb(183,223,242); }
div.DivClassName
{
background-color: #B7DFF2;
}
.BgClassName
{
background-color: #B7DFF2;
}
</style>
border-color css
<style>
span { border-color: #B7DFF2; }
span { border-color: rgb(183,223,242); }
td.TdClassName
{
border-color: #B7DFF2;
}
.TagClassName
{
border-color: #B7DFF2;
}
</style>