Shades of Light Blue #B5DAE6
Tints of Light Blue #B5DAE6
RGB
CMYK
RGB Variations
Color information
#B5DAE6 (or 0xB5DAE6) is known color: Light Blue. HEX triplet: B5, DA and E6. RGB value is (181,218,230). Sum of RGB (Red+Green+Blue) = 181+218+230=629 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.78% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 230 - color contains mainly: blue. Hex color #B5DAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DAE6 is #4A2519. Grayscale: #D0D0D0. Windows color (decimal): -4859162 or 15129269. OLE color: 15129269.
HSL color Cylindrical-coordinate representation of color #B5DAE6: hue angle of 194.69º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5DAE6 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 218 | 230 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.10 |
| HSL | 194.69º | 0.49% | 0.81% | - |
| HSV(B) | 194.69º | 0.21% | 0.9% | - |
| XYZ | 58.41 | 65.68 | 84.46 | - |
| YUV | 208.31 | 140.24 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 218 | 230 | 0.21 | 0.05 | 0 | 0.10 | 194.69 | 0.49 | 0.81 |
| Hex | B5 | DA | E6 | 15 | 5 | 0 | A | C3 | 31 | 51 |
| Octal | 265 | 332 | 346 | 25 | 5 | 0 | 12 | 303 | 61 | 121 |
| Binary | 10110101 | 11011010 | 11100110 | 10101 | 101 | 0 | 1010 | 11000011 | 110001 | 1010001 |
Color Harmonies of #B5DAE6
Complementary color
Monochromatic Colors of #B5DAE6
Black with #B5DAE6
Text Example
Text Example
White with #B5DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DAE6; }
p { color: rgb(181,218,230); }
H1.HeaderClassName
{
color: #B5DAE6;
}
.AnyTagClassName
{
color: #B5DAE6;
}
</style>
background-color css
<style>
a { background-color: #B5DAE6; }
a { background-color: rgb(181,218,230); }
div.DivClassName
{
background-color: #B5DAE6;
}
.BgClassName
{
background-color: #B5DAE6;
}
</style>
border-color css
<style>
span { border-color: #B5DAE6; }
span { border-color: rgb(181,218,230); }
td.TdClassName
{
border-color: #B5DAE6;
}
.TagClassName
{
border-color: #B5DAE6;
}
</style>