Shades of Powder Blue #B3E8F3
Tints of Powder Blue #B3E8F3
RGB
CMYK
RGB Variations
Color information
#B3E8F3 (or 0xB3E8F3) is known color: Powder Blue. HEX triplet: B3, E8 and F3. RGB value is (179,232,243). Sum of RGB (Red+Green+Blue) = 179+232+243=654 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.37% from 654); Green value is 232 (91.02% from 255 or 35.47% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #B3E8F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3E8F3 is #4C170C. Grayscale: #D9D9D9. Windows color (decimal): -4986637 or 15984819. OLE color: 15984819.
HSL color Cylindrical-coordinate representation of color #B3E8F3: hue angle of 190.31º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3E8F3 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 232 | 243 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.05 |
| HSL | 190.31º | 0.73% | 0.83% | - |
| HSV(B) | 190.31º | 0.26% | 0.95% | - |
| XYZ | 63.62 | 73.77 | 95.68 | - |
| YUV | 217.41 | 142.44 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 232 | 243 | 0.26 | 0.05 | 0 | 0.05 | 190.31 | 0.73 | 0.83 |
| Hex | B3 | E8 | F3 | 1A | 5 | 0 | 5 | BE | 49 | 53 |
| Octal | 263 | 350 | 363 | 32 | 5 | 0 | 5 | 276 | 111 | 123 |
| Binary | 10110011 | 11101000 | 11110011 | 11010 | 101 | 0 | 101 | 10111110 | 1001001 | 1010011 |
Color Harmonies of #B3E8F3
Complementary color
Monochromatic Colors of #B3E8F3
Black with #B3E8F3
Text Example
Text Example
White with #B3E8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E8F3; }
p { color: rgb(179,232,243); }
H1.HeaderClassName
{
color: #B3E8F3;
}
.AnyTagClassName
{
color: #B3E8F3;
}
</style>
background-color css
<style>
a { background-color: #B3E8F3; }
a { background-color: rgb(179,232,243); }
div.DivClassName
{
background-color: #B3E8F3;
}
.BgClassName
{
background-color: #B3E8F3;
}
</style>
border-color css
<style>
span { border-color: #B3E8F3; }
span { border-color: rgb(179,232,243); }
td.TdClassName
{
border-color: #B3E8F3;
}
.TagClassName
{
border-color: #B3E8F3;
}
</style>