Shades of Light Blue #B4D6EA
Tints of Light Blue #B4D6EA
RGB
CMYK
RGB Variations
Color information
#B4D6EA (or 0xB4D6EA) is known color: Light Blue. HEX triplet: B4, D6 and EA. RGB value is (180,214,234). Sum of RGB (Red+Green+Blue) = 180+214+234=628 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.66% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4D6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D6EA is #4B2915. Grayscale: #CECECE. Windows color (decimal): -4925718 or 15390388. OLE color: 15390388.
HSL color Cylindrical-coordinate representation of color #B4D6EA: hue angle of 202.22º 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 #B4D6EA is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 214 | 234 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.08 |
| HSL | 202.22º | 0.56% | 0.81% | - |
| HSV(B) | 202.22º | 0.23% | 0.92% | - |
| XYZ | 57.72 | 63.74 | 87.1 | - |
| YUV | 206.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 214 | 234 | 0.23 | 0.09 | 0 | 0.08 | 202.22 | 0.56 | 0.81 |
| Hex | B4 | D6 | EA | 17 | 9 | 0 | 8 | CA | 38 | 51 |
| Octal | 264 | 326 | 352 | 27 | 11 | 0 | 10 | 312 | 70 | 121 |
| Binary | 10110100 | 11010110 | 11101010 | 10111 | 1001 | 0 | 1000 | 11001010 | 111000 | 1010001 |
Color Harmonies of #B4D6EA
Complementary color
Monochromatic Colors of #B4D6EA
Black with #B4D6EA
Text Example
Text Example
White with #B4D6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D6EA; }
p { color: rgb(180,214,234); }
H1.HeaderClassName
{
color: #B4D6EA;
}
.AnyTagClassName
{
color: #B4D6EA;
}
</style>
background-color css
<style>
a { background-color: #B4D6EA; }
a { background-color: rgb(180,214,234); }
div.DivClassName
{
background-color: #B4D6EA;
}
.BgClassName
{
background-color: #B4D6EA;
}
</style>
border-color css
<style>
span { border-color: #B4D6EA; }
span { border-color: rgb(180,214,234); }
td.TdClassName
{
border-color: #B4D6EA;
}
.TagClassName
{
border-color: #B4D6EA;
}
</style>