Shades of Light Blue #B7DAE6
Tints of Light Blue #B7DAE6
RGB
CMYK
RGB Variations
Color information
#B7DAE6 (or 0xB7DAE6) is known color: Light Blue. HEX triplet: B7, DA and E6. RGB value is (183,218,230). Sum of RGB (Red+Green+Blue) = 183+218+230=631 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.00% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 230 - color contains mainly: blue. Hex color #B7DAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DAE6 is #482519. Grayscale: #D0D0D0. Windows color (decimal): -4728090 or 15129271. OLE color: 15129271.
HSL color Cylindrical-coordinate representation of color #B7DAE6: hue angle of 195.32º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7DAE6 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 218 | 230 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.10 |
| HSL | 195.32º | 0.48% | 0.81% | - |
| HSV(B) | 195.32º | 0.2% | 0.9% | - |
| XYZ | 58.88 | 65.92 | 84.48 | - |
| YUV | 208.9 | 139.9 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 218 | 230 | 0.20 | 0.05 | 0 | 0.10 | 195.32 | 0.48 | 0.81 |
| Hex | B7 | DA | E6 | 14 | 5 | 0 | A | C3 | 30 | 51 |
| Octal | 267 | 332 | 346 | 24 | 5 | 0 | 12 | 303 | 60 | 121 |
| Binary | 10110111 | 11011010 | 11100110 | 10100 | 101 | 0 | 1010 | 11000011 | 110000 | 1010001 |
Color Harmonies of #B7DAE6
Complementary color
Monochromatic Colors of #B7DAE6
Black with #B7DAE6
Text Example
Text Example
White with #B7DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DAE6; }
p { color: rgb(183,218,230); }
H1.HeaderClassName
{
color: #B7DAE6;
}
.AnyTagClassName
{
color: #B7DAE6;
}
</style>
background-color css
<style>
a { background-color: #B7DAE6; }
a { background-color: rgb(183,218,230); }
div.DivClassName
{
background-color: #B7DAE6;
}
.BgClassName
{
background-color: #B7DAE6;
}
</style>
border-color css
<style>
span { border-color: #B7DAE6; }
span { border-color: rgb(183,218,230); }
td.TdClassName
{
border-color: #B7DAE6;
}
.TagClassName
{
border-color: #B7DAE6;
}
</style>