Shades of Powder Blue #B5E6EE
Tints of Powder Blue #B5E6EE
RGB
CMYK
RGB Variations
Color information
#B5E6EE (or 0xB5E6EE) is known color: Powder Blue. HEX triplet: B5, E6 and EE. RGB value is (181,230,238). Sum of RGB (Red+Green+Blue) = 181+230+238=649 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.89% from 649); Green value is 230 (90.23% from 255 or 35.44% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #B5E6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5E6EE is #4A1911. Grayscale: #D8D8D8. Windows color (decimal): -4856082 or 15656629. OLE color: 15656629.
HSL color Cylindrical-coordinate representation of color #B5E6EE: hue angle of 188.42º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5E6EE is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 230 | 238 | - |
CMYK | 0.24 | 0.03 | 0 | 0.07 |
HSL | 188.42º | 0.63% | 0.82% | - |
HSV(B) | 188.42º | 0.24% | 0.93% | - |
XYZ | 62.79 | 72.59 | 91.59 | - |
YUV | 216.26 | 140.27 | 102.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 230 | 238 | 0.24 | 0.03 | 0 | 0.07 | 188.42 | 0.63 | 0.82 |
Hex | B5 | E6 | EE | 18 | 3 | 0 | 7 | BC | 3F | 52 |
Octal | 265 | 346 | 356 | 30 | 3 | 0 | 7 | 274 | 77 | 122 |
Binary | 10110101 | 11100110 | 11101110 | 11000 | 11 | 0 | 111 | 10111100 | 111111 | 1010010 |
Color Harmonies of #B5E6EE
Complementary color
Monochromatic Colors of #B5E6EE
Black with #B5E6EE
Text Example
Text Example
White with #B5E6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E6EE; }
p { color: rgb(181,230,238); }
H1.HeaderClassName
{
color: #B5E6EE;
}
.AnyTagClassName
{
color: #B5E6EE;
}
</style>
background-color css
<style>
a { background-color: #B5E6EE; }
a { background-color: rgb(181,230,238); }
div.DivClassName
{
background-color: #B5E6EE;
}
.BgClassName
{
background-color: #B5E6EE;
}
</style>
border-color css
<style>
span { border-color: #B5E6EE; }
span { border-color: rgb(181,230,238); }
td.TdClassName
{
border-color: #B5E6EE;
}
.TagClassName
{
border-color: #B5E6EE;
}
</style>