Shades of Light Blue #B7DAE4
Tints of Light Blue #B7DAE4
RGB
CMYK
RGB Variations
Color information
#B7DAE4 (or 0xB7DAE4) is known color: Light Blue. HEX triplet: B7, DA and E4. RGB value is (183,218,228). Sum of RGB (Red+Green+Blue) = 183+218+228=629 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.09% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 228 - color contains mainly: blue. Hex color #B7DAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DAE4 is #48251B. Grayscale: #D0D0D0. Windows color (decimal): -4728092 or 14998199. OLE color: 14998199.
HSL color Cylindrical-coordinate representation of color #B7DAE4: hue angle of 193.33º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7DAE4 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 218 | 228 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.11 |
| HSL | 193.33º | 0.45% | 0.81% | - |
| HSV(B) | 193.33º | 0.2% | 0.89% | - |
| XYZ | 58.6 | 65.81 | 83.01 | - |
| YUV | 208.68 | 138.9 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 218 | 228 | 0.20 | 0.04 | 0 | 0.11 | 193.33 | 0.45 | 0.81 |
| Hex | B7 | DA | E4 | 14 | 4 | 0 | B | C1 | 2D | 51 |
| Octal | 267 | 332 | 344 | 24 | 4 | 0 | 13 | 301 | 55 | 121 |
| Binary | 10110111 | 11011010 | 11100100 | 10100 | 100 | 0 | 1011 | 11000001 | 101101 | 1010001 |
Color Harmonies of #B7DAE4
Complementary color
Monochromatic Colors of #B7DAE4
Black with #B7DAE4
Text Example
Text Example
White with #B7DAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DAE4; }
p { color: rgb(183,218,228); }
H1.HeaderClassName
{
color: #B7DAE4;
}
.AnyTagClassName
{
color: #B7DAE4;
}
</style>
background-color css
<style>
a { background-color: #B7DAE4; }
a { background-color: rgb(183,218,228); }
div.DivClassName
{
background-color: #B7DAE4;
}
.BgClassName
{
background-color: #B7DAE4;
}
</style>
border-color css
<style>
span { border-color: #B7DAE4; }
span { border-color: rgb(183,218,228); }
td.TdClassName
{
border-color: #B7DAE4;
}
.TagClassName
{
border-color: #B7DAE4;
}
</style>