Shades of Light Blue #B7DAF1
Tints of Light Blue #B7DAF1
RGB
CMYK
RGB Variations
Color information
#B7DAF1 (or 0xB7DAF1) is known color: Light Blue. HEX triplet: B7, DA and F1. RGB value is (183,218,241). Sum of RGB (Red+Green+Blue) = 183+218+241=642 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.50% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #B7DAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DAF1 is #48250E. Grayscale: #D2D2D2. Windows color (decimal): -4728079 or 15850167. OLE color: 15850167.
HSL color Cylindrical-coordinate representation of color #B7DAF1: hue angle of 203.79º degrees, saturation: 0.67, 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 #B7DAF1 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 218 | 241 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.05 |
| HSL | 203.79º | 0.67% | 0.83% | - |
| HSV(B) | 203.79º | 0.24% | 0.95% | - |
| XYZ | 60.48 | 66.56 | 92.88 | - |
| YUV | 210.16 | 145.4 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 218 | 241 | 0.24 | 0.10 | 0 | 0.05 | 203.79 | 0.67 | 0.83 |
| Hex | B7 | DA | F1 | 18 | A | 0 | 5 | CC | 43 | 53 |
| Octal | 267 | 332 | 361 | 30 | 12 | 0 | 5 | 314 | 103 | 123 |
| Binary | 10110111 | 11011010 | 11110001 | 11000 | 1010 | 0 | 101 | 11001100 | 1000011 | 1010011 |
Color Harmonies of #B7DAF1
Complementary color
Monochromatic Colors of #B7DAF1
Black with #B7DAF1
Text Example
Text Example
White with #B7DAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DAF1; }
p { color: rgb(183,218,241); }
H1.HeaderClassName
{
color: #B7DAF1;
}
.AnyTagClassName
{
color: #B7DAF1;
}
</style>
background-color css
<style>
a { background-color: #B7DAF1; }
a { background-color: rgb(183,218,241); }
div.DivClassName
{
background-color: #B7DAF1;
}
.BgClassName
{
background-color: #B7DAF1;
}
</style>
border-color css
<style>
span { border-color: #B7DAF1; }
span { border-color: rgb(183,218,241); }
td.TdClassName
{
border-color: #B7DAF1;
}
.TagClassName
{
border-color: #B7DAF1;
}
</style>