Shades of Powder Blue #B4E0EA
Tints of Powder Blue #B4E0EA
RGB
CMYK
RGB Variations
Color information
#B4E0EA (or 0xB4E0EA) is known color: Powder Blue. HEX triplet: B4, E0 and EA. RGB value is (180,224,234). Sum of RGB (Red+Green+Blue) = 180+224+234=638 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.21% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4E0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E0EA is #4B1F15. Grayscale: #D3D3D3. Windows color (decimal): -4923158 or 15392948. OLE color: 15392948.
HSL color Cylindrical-coordinate representation of color #B4E0EA: hue angle of 191.11º 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 #B4E0EA is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 224 | 234 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.08 |
| HSL | 191.11º | 0.56% | 0.81% | - |
| HSV(B) | 191.11º | 0.23% | 0.92% | - |
| XYZ | 60.33 | 68.96 | 87.97 | - |
| YUV | 211.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 224 | 234 | 0.23 | 0.04 | 0 | 0.08 | 191.11 | 0.56 | 0.81 |
| Hex | B4 | E0 | EA | 17 | 4 | 0 | 8 | BF | 38 | 51 |
| Octal | 264 | 340 | 352 | 27 | 4 | 0 | 10 | 277 | 70 | 121 |
| Binary | 10110100 | 11100000 | 11101010 | 10111 | 100 | 0 | 1000 | 10111111 | 111000 | 1010001 |
Color Harmonies of #B4E0EA
Complementary color
Monochromatic Colors of #B4E0EA
Black with #B4E0EA
Text Example
Text Example
White with #B4E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E0EA; }
p { color: rgb(180,224,234); }
H1.HeaderClassName
{
color: #B4E0EA;
}
.AnyTagClassName
{
color: #B4E0EA;
}
</style>
background-color css
<style>
a { background-color: #B4E0EA; }
a { background-color: rgb(180,224,234); }
div.DivClassName
{
background-color: #B4E0EA;
}
.BgClassName
{
background-color: #B4E0EA;
}
</style>
border-color css
<style>
span { border-color: #B4E0EA; }
span { border-color: rgb(180,224,234); }
td.TdClassName
{
border-color: #B4E0EA;
}
.TagClassName
{
border-color: #B4E0EA;
}
</style>