Shades of Light Blue #B4DAE5
Tints of Light Blue #B4DAE5
RGB
CMYK
RGB Variations
Color information
#B4DAE5 (or 0xB4DAE5) is known color: Light Blue. HEX triplet: B4, DA and E5. RGB value is (180,218,229). Sum of RGB (Red+Green+Blue) = 180+218+229=627 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.71% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 229 - color contains mainly: blue. Hex color #B4DAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DAE5 is #4B251A. Grayscale: #CFCFCF. Windows color (decimal): -4924699 or 15063732. OLE color: 15063732.
HSL color Cylindrical-coordinate representation of color #B4DAE5: hue angle of 193.47º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4DAE5 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 218 | 229 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.10 |
| HSL | 193.47º | 0.49% | 0.8% | - |
| HSV(B) | 193.47º | 0.21% | 0.9% | - |
| XYZ | 58.04 | 65.5 | 83.71 | - |
| YUV | 207.89 | 139.91 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 218 | 229 | 0.21 | 0.05 | 0 | 0.10 | 193.47 | 0.49 | 0.8 |
| Hex | B4 | DA | E5 | 15 | 5 | 0 | A | C1 | 31 | 50 |
| Octal | 264 | 332 | 345 | 25 | 5 | 0 | 12 | 301 | 61 | 120 |
| Binary | 10110100 | 11011010 | 11100101 | 10101 | 101 | 0 | 1010 | 11000001 | 110001 | 1010000 |
Color Harmonies of #B4DAE5
Complementary color
Monochromatic Colors of #B4DAE5
Black with #B4DAE5
Text Example
Text Example
White with #B4DAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DAE5; }
p { color: rgb(180,218,229); }
H1.HeaderClassName
{
color: #B4DAE5;
}
.AnyTagClassName
{
color: #B4DAE5;
}
</style>
background-color css
<style>
a { background-color: #B4DAE5; }
a { background-color: rgb(180,218,229); }
div.DivClassName
{
background-color: #B4DAE5;
}
.BgClassName
{
background-color: #B4DAE5;
}
</style>
border-color css
<style>
span { border-color: #B4DAE5; }
span { border-color: rgb(180,218,229); }
td.TdClassName
{
border-color: #B4DAE5;
}
.TagClassName
{
border-color: #B4DAE5;
}
</style>