Shades of Light Blue #B4DAEA
Tints of Light Blue #B4DAEA
RGB
CMYK
RGB Variations
Color information
#B4DAEA (or 0xB4DAEA) is known color: Light Blue. HEX triplet: B4, DA and EA. RGB value is (180,218,234). Sum of RGB (Red+Green+Blue) = 180+218+234=632 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.48% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DAEA is #4B2515. Grayscale: #D0D0D0. Windows color (decimal): -4924694 or 15391412. OLE color: 15391412.
HSL color Cylindrical-coordinate representation of color #B4DAEA: hue angle of 197.78º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4DAEA is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 218 | 234 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.08 |
| HSL | 197.78º | 0.56% | 0.81% | - |
| HSV(B) | 197.78º | 0.23% | 0.92% | - |
| XYZ | 58.75 | 65.79 | 87.44 | - |
| YUV | 208.46 | 142.41 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 218 | 234 | 0.23 | 0.07 | 0 | 0.08 | 197.78 | 0.56 | 0.81 |
| Hex | B4 | DA | EA | 17 | 7 | 0 | 8 | C6 | 38 | 51 |
| Octal | 264 | 332 | 352 | 27 | 7 | 0 | 10 | 306 | 70 | 121 |
| Binary | 10110100 | 11011010 | 11101010 | 10111 | 111 | 0 | 1000 | 11000110 | 111000 | 1010001 |
Color Harmonies of #B4DAEA
Complementary color
Monochromatic Colors of #B4DAEA
Black with #B4DAEA
Text Example
Text Example
White with #B4DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DAEA; }
p { color: rgb(180,218,234); }
H1.HeaderClassName
{
color: #B4DAEA;
}
.AnyTagClassName
{
color: #B4DAEA;
}
</style>
background-color css
<style>
a { background-color: #B4DAEA; }
a { background-color: rgb(180,218,234); }
div.DivClassName
{
background-color: #B4DAEA;
}
.BgClassName
{
background-color: #B4DAEA;
}
</style>
border-color css
<style>
span { border-color: #B4DAEA; }
span { border-color: rgb(180,218,234); }
td.TdClassName
{
border-color: #B4DAEA;
}
.TagClassName
{
border-color: #B4DAEA;
}
</style>