Shades of Powder Blue #B8E7EA
Tints of Powder Blue #B8E7EA
RGB
CMYK
RGB Variations
Color information
#B8E7EA (or 0xB8E7EA) is known color: Powder Blue. HEX triplet: B8, E7 and EA. RGB value is (184,231,234). Sum of RGB (Red+Green+Blue) = 184+231+234=649 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.35% from 649); Green value is 231 (90.62% from 255 or 35.59% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8E7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8E7EA is #471815. Grayscale: #D9D9D9. Windows color (decimal): -4659222 or 15394744. OLE color: 15394744.
HSL color Cylindrical-coordinate representation of color #B8E7EA: hue angle of 183.6º 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 #B8E7EA is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 231 | 234 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.08 |
| HSL | 183.6º | 0.54% | 0.82% | - |
| HSV(B) | 183.6º | 0.21% | 0.92% | - |
| XYZ | 63.19 | 73.28 | 88.66 | - |
| YUV | 217.29 | 137.43 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 231 | 234 | 0.21 | 0.01 | 0 | 0.08 | 183.6 | 0.54 | 0.82 |
| Hex | B8 | E7 | EA | 15 | 1 | 0 | 8 | B8 | 36 | 52 |
| Octal | 270 | 347 | 352 | 25 | 1 | 0 | 10 | 270 | 66 | 122 |
| Binary | 10111000 | 11100111 | 11101010 | 10101 | 1 | 0 | 1000 | 10111000 | 110110 | 1010010 |
Color Harmonies of #B8E7EA
Complementary color
Monochromatic Colors of #B8E7EA
Black with #B8E7EA
Text Example
Text Example
White with #B8E7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E7EA; }
p { color: rgb(184,231,234); }
H1.HeaderClassName
{
color: #B8E7EA;
}
.AnyTagClassName
{
color: #B8E7EA;
}
</style>
background-color css
<style>
a { background-color: #B8E7EA; }
a { background-color: rgb(184,231,234); }
div.DivClassName
{
background-color: #B8E7EA;
}
.BgClassName
{
background-color: #B8E7EA;
}
</style>
border-color css
<style>
span { border-color: #B8E7EA; }
span { border-color: rgb(184,231,234); }
td.TdClassName
{
border-color: #B8E7EA;
}
.TagClassName
{
border-color: #B8E7EA;
}
</style>