Shades of Powder Blue #B6E0EA
Tints of Powder Blue #B6E0EA
RGB
CMYK
RGB Variations
Color information
#B6E0EA (or 0xB6E0EA) is known color: Powder Blue. HEX triplet: B6, E0 and EA. RGB value is (182,224,234). Sum of RGB (Red+Green+Blue) = 182+224+234=640 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.44% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6E0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6E0EA is #491F15. Grayscale: #D4D4D4. Windows color (decimal): -4792086 or 15392950. OLE color: 15392950.
HSL color Cylindrical-coordinate representation of color #B6E0EA: hue angle of 191.54º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6E0EA is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 224 | 234 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.08 |
| HSL | 191.54º | 0.55% | 0.82% | - |
| HSV(B) | 191.54º | 0.22% | 0.92% | - |
| XYZ | 60.8 | 69.2 | 87.99 | - |
| YUV | 212.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 224 | 234 | 0.22 | 0.04 | 0 | 0.08 | 191.54 | 0.55 | 0.82 |
| Hex | B6 | E0 | EA | 16 | 4 | 0 | 8 | C0 | 37 | 52 |
| Octal | 266 | 340 | 352 | 26 | 4 | 0 | 10 | 300 | 67 | 122 |
| Binary | 10110110 | 11100000 | 11101010 | 10110 | 100 | 0 | 1000 | 11000000 | 110111 | 1010010 |
Color Harmonies of #B6E0EA
Complementary color
Monochromatic Colors of #B6E0EA
Black with #B6E0EA
Text Example
Text Example
White with #B6E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E0EA; }
p { color: rgb(182,224,234); }
H1.HeaderClassName
{
color: #B6E0EA;
}
.AnyTagClassName
{
color: #B6E0EA;
}
</style>
background-color css
<style>
a { background-color: #B6E0EA; }
a { background-color: rgb(182,224,234); }
div.DivClassName
{
background-color: #B6E0EA;
}
.BgClassName
{
background-color: #B6E0EA;
}
</style>
border-color css
<style>
span { border-color: #B6E0EA; }
span { border-color: rgb(182,224,234); }
td.TdClassName
{
border-color: #B6E0EA;
}
.TagClassName
{
border-color: #B6E0EA;
}
</style>