Shades of Water Leaf #B3FAEA
Tints of Water Leaf #B3FAEA
RGB
CMYK
RGB Variations
Color information
#B3FAEA (or 0xB3FAEA) is known color: Water Leaf. HEX triplet: B3, FA and EA. RGB value is (179,250,234). Sum of RGB (Red+Green+Blue) = 179+250+234=663 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.00% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #B3FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FAEA is #4C0515. Grayscale: #E2E2E2. Windows color (decimal): -4982038 or 15399603. OLE color: 15399603.
HSL color Cylindrical-coordinate representation of color #B3FAEA: hue angle of 166.48º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3FAEA is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 250 | 234 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.02 |
| HSL | 166.48º | 0.88% | 0.84% | - |
| HSV(B) | 166.48º | 0.28% | 0.98% | - |
| XYZ | 67.63 | 83.9 | 90.47 | - |
| YUV | 226.95 | 131.98 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 250 | 234 | 0.28 | 0 | 0.06 | 0.02 | 166.48 | 0.88 | 0.84 |
| Hex | B3 | FA | EA | 1C | 0 | 6 | 2 | A6 | 58 | 54 |
| Octal | 263 | 372 | 352 | 34 | 0 | 6 | 2 | 246 | 130 | 124 |
| Binary | 10110011 | 11111010 | 11101010 | 11100 | 0 | 110 | 10 | 10100110 | 1011000 | 1010100 |
Color Harmonies of #B3FAEA
Complementary color
Monochromatic Colors of #B3FAEA
Black with #B3FAEA
Text Example
Text Example
White with #B3FAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FAEA; }
p { color: rgb(179,250,234); }
H1.HeaderClassName
{
color: #B3FAEA;
}
.AnyTagClassName
{
color: #B3FAEA;
}
</style>
background-color css
<style>
a { background-color: #B3FAEA; }
a { background-color: rgb(179,250,234); }
div.DivClassName
{
background-color: #B3FAEA;
}
.BgClassName
{
background-color: #B3FAEA;
}
</style>
border-color css
<style>
span { border-color: #B3FAEA; }
span { border-color: rgb(179,250,234); }
td.TdClassName
{
border-color: #B3FAEA;
}
.TagClassName
{
border-color: #B3FAEA;
}
</style>