Shades of Powder Blue #B5E0E4
Tints of Powder Blue #B5E0E4
RGB
CMYK
RGB Variations
Color information
#B5E0E4 (or 0xB5E0E4) is known color: Powder Blue. HEX triplet: B5, E0 and E4. RGB value is (181,224,228). Sum of RGB (Red+Green+Blue) = 181+224+228=633 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.59% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 228 - color contains mainly: blue. Hex color #B5E0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E0E4 is #4A1F1B. Grayscale: #D3D3D3. Windows color (decimal): -4857628 or 14999733. OLE color: 14999733.
HSL color Cylindrical-coordinate representation of color #B5E0E4: hue angle of 185.11º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5E0E4 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 181 | 224 | 228 | - |
CMYK | 0.21 | 0.02 | 0 | 0.11 |
HSL | 185.11º | 0.47% | 0.8% | - |
HSV(B) | 185.11º | 0.21% | 0.89% | - |
XYZ | 59.72 | 68.74 | 83.52 | - |
YUV | 211.6 | 137.25 | 106.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 224 | 228 | 0.21 | 0.02 | 0 | 0.11 | 185.11 | 0.47 | 0.8 |
Hex | B5 | E0 | E4 | 15 | 2 | 0 | B | B9 | 2F | 50 |
Octal | 265 | 340 | 344 | 25 | 2 | 0 | 13 | 271 | 57 | 120 |
Binary | 10110101 | 11100000 | 11100100 | 10101 | 10 | 0 | 1011 | 10111001 | 101111 | 1010000 |
Color Harmonies of #B5E0E4
Complementary color
Monochromatic Colors of #B5E0E4
Black with #B5E0E4
Text Example
Text Example
White with #B5E0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E0E4; }
p { color: rgb(181,224,228); }
H1.HeaderClassName
{
color: #B5E0E4;
}
.AnyTagClassName
{
color: #B5E0E4;
}
</style>
background-color css
<style>
a { background-color: #B5E0E4; }
a { background-color: rgb(181,224,228); }
div.DivClassName
{
background-color: #B5E0E4;
}
.BgClassName
{
background-color: #B5E0E4;
}
</style>
border-color css
<style>
span { border-color: #B5E0E4; }
span { border-color: rgb(181,224,228); }
td.TdClassName
{
border-color: #B5E0E4;
}
.TagClassName
{
border-color: #B5E0E4;
}
</style>