Shades of Powder Blue #B8E0EA
Tints of Powder Blue #B8E0EA
RGB
CMYK
RGB Variations
Color information
#B8E0EA (or 0xB8E0EA) is known color: Powder Blue. HEX triplet: B8, E0 and EA. RGB value is (184,224,234). Sum of RGB (Red+Green+Blue) = 184+224+234=642 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.66% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8E0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E0EA is #471F15. Grayscale: #D5D5D5. Windows color (decimal): -4661014 or 15392952. OLE color: 15392952.
HSL color Cylindrical-coordinate representation of color #B8E0EA: hue angle of 192º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8E0EA is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 224 | 234 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.08 |
| HSL | 192º | 0.54% | 0.82% | - |
| HSV(B) | 192º | 0.21% | 0.92% | - |
| XYZ | 61.27 | 69.44 | 88.02 | - |
| YUV | 213.18 | 139.75 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 224 | 234 | 0.21 | 0.04 | 0 | 0.08 | 192 | 0.54 | 0.82 |
| Hex | B8 | E0 | EA | 15 | 4 | 0 | 8 | C0 | 36 | 52 |
| Octal | 270 | 340 | 352 | 25 | 4 | 0 | 10 | 300 | 66 | 122 |
| Binary | 10111000 | 11100000 | 11101010 | 10101 | 100 | 0 | 1000 | 11000000 | 110110 | 1010010 |
Color Harmonies of #B8E0EA
Complementary color
Monochromatic Colors of #B8E0EA
Black with #B8E0EA
Text Example
Text Example
White with #B8E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E0EA; }
p { color: rgb(184,224,234); }
H1.HeaderClassName
{
color: #B8E0EA;
}
.AnyTagClassName
{
color: #B8E0EA;
}
</style>
background-color css
<style>
a { background-color: #B8E0EA; }
a { background-color: rgb(184,224,234); }
div.DivClassName
{
background-color: #B8E0EA;
}
.BgClassName
{
background-color: #B8E0EA;
}
</style>
border-color css
<style>
span { border-color: #B8E0EA; }
span { border-color: rgb(184,224,234); }
td.TdClassName
{
border-color: #B8E0EA;
}
.TagClassName
{
border-color: #B8E0EA;
}
</style>