Shades of Light Blue #B5DAE4
Tints of Light Blue #B5DAE4
RGB
CMYK
RGB Variations
Color information
#B5DAE4 (or 0xB5DAE4) is known color: Light Blue. HEX triplet: B5, DA and E4. RGB value is (181,218,228). Sum of RGB (Red+Green+Blue) = 181+218+228=627 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.87% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 228 (89.45% from 255 or 36.36% from 627); Max value from RGB is 228 - color contains mainly: blue. Hex color #B5DAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DAE4 is #4A251B. Grayscale: #D0D0D0. Windows color (decimal): -4859164 or 14998197. OLE color: 14998197.
HSL color Cylindrical-coordinate representation of color #B5DAE4: hue angle of 192.77º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5DAE4 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 181 | 218 | 228 | - |
CMYK | 0.21 | 0.04 | 0 | 0.11 |
HSL | 192.77º | 0.47% | 0.8% | - |
HSV(B) | 192.77º | 0.21% | 0.89% | - |
XYZ | 58.13 | 65.57 | 82.99 | - |
YUV | 208.08 | 139.24 | 108.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 218 | 228 | 0.21 | 0.04 | 0 | 0.11 | 192.77 | 0.47 | 0.8 |
Hex | B5 | DA | E4 | 15 | 4 | 0 | B | C1 | 2F | 50 |
Octal | 265 | 332 | 344 | 25 | 4 | 0 | 13 | 301 | 57 | 120 |
Binary | 10110101 | 11011010 | 11100100 | 10101 | 100 | 0 | 1011 | 11000001 | 101111 | 1010000 |
Color Harmonies of #B5DAE4
Complementary color
Monochromatic Colors of #B5DAE4
Black with #B5DAE4
Text Example
Text Example
White with #B5DAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DAE4; }
p { color: rgb(181,218,228); }
H1.HeaderClassName
{
color: #B5DAE4;
}
.AnyTagClassName
{
color: #B5DAE4;
}
</style>
background-color css
<style>
a { background-color: #B5DAE4; }
a { background-color: rgb(181,218,228); }
div.DivClassName
{
background-color: #B5DAE4;
}
.BgClassName
{
background-color: #B5DAE4;
}
</style>
border-color css
<style>
span { border-color: #B5DAE4; }
span { border-color: rgb(181,218,228); }
td.TdClassName
{
border-color: #B5DAE4;
}
.TagClassName
{
border-color: #B5DAE4;
}
</style>