Shades of Powder Blue #B8E2EA
Tints of Powder Blue #B8E2EA
RGB
CMYK
RGB Variations
Color information
#B8E2EA (or 0xB8E2EA) is known color: Powder Blue. HEX triplet: B8, E2 and EA. RGB value is (184,226,234). Sum of RGB (Red+Green+Blue) = 184+226+234=644 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.57% from 644); Green value is 226 (88.67% from 255 or 35.09% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8E2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E2EA is #471D15. Grayscale: #D6D6D6. Windows color (decimal): -4660502 or 15393464. OLE color: 15393464.
HSL color Cylindrical-coordinate representation of color #B8E2EA: hue angle of 189.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 #B8E2EA is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 226 | 234 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.08 |
| HSL | 189.6º | 0.54% | 0.82% | - |
| HSV(B) | 189.6º | 0.21% | 0.92% | - |
| XYZ | 61.81 | 70.52 | 88.2 | - |
| YUV | 214.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 226 | 234 | 0.21 | 0.03 | 0 | 0.08 | 189.6 | 0.54 | 0.82 |
| Hex | B8 | E2 | EA | 15 | 3 | 0 | 8 | BE | 36 | 52 |
| Octal | 270 | 342 | 352 | 25 | 3 | 0 | 10 | 276 | 66 | 122 |
| Binary | 10111000 | 11100010 | 11101010 | 10101 | 11 | 0 | 1000 | 10111110 | 110110 | 1010010 |
Color Harmonies of #B8E2EA
Complementary color
Monochromatic Colors of #B8E2EA
Black with #B8E2EA
Text Example
Text Example
White with #B8E2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E2EA; }
p { color: rgb(184,226,234); }
H1.HeaderClassName
{
color: #B8E2EA;
}
.AnyTagClassName
{
color: #B8E2EA;
}
</style>
background-color css
<style>
a { background-color: #B8E2EA; }
a { background-color: rgb(184,226,234); }
div.DivClassName
{
background-color: #B8E2EA;
}
.BgClassName
{
background-color: #B8E2EA;
}
</style>
border-color css
<style>
span { border-color: #B8E2EA; }
span { border-color: rgb(184,226,234); }
td.TdClassName
{
border-color: #B8E2EA;
}
.TagClassName
{
border-color: #B8E2EA;
}
</style>