Shades of Water Leaf #9DFEE7
Tints of Water Leaf #9DFEE7
RGB
CMYK
RGB Variations
Color information
#9DFEE7 (or 0x9DFEE7) is known color: Water Leaf. HEX triplet: 9D, FE and E7. RGB value is (157,254,231). Sum of RGB (Red+Green+Blue) = 157+254+231=642 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.45% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFEE7 is #620118. Grayscale: #DEDEDE. Windows color (decimal): -6422809 or 15203997. OLE color: 15203997.
HSL color Cylindrical-coordinate representation of color #9DFEE7: hue angle of 165.77º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFEE7 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 157 | 254 | 231 | - |
CMYK | 0.38 | 0 | 0.09 | 0.00 |
HSL | 165.77º | 0.98% | 0.81% | - |
HSV(B) | 165.77º | 0.38% | 1% | - |
XYZ | 63.77 | 83.82 | 88.42 | - |
YUV | 222.38 | 132.86 | 81.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 254 | 231 | 0.38 | 0 | 0.09 | 0.00 | 165.77 | 0.98 | 0.81 |
Hex | 9D | FE | E7 | 26 | 0 | 9 | 0 | A6 | 62 | 51 |
Octal | 235 | 376 | 347 | 46 | 0 | 11 | 0 | 246 | 142 | 121 |
Binary | 10011101 | 11111110 | 11100111 | 100110 | 0 | 1001 | 0 | 10100110 | 1100010 | 1010001 |
Color Harmonies of #9DFEE7
Complementary color
Monochromatic Colors of #9DFEE7
Black with #9DFEE7
Text Example
Text Example
White with #9DFEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFEE7; }
p { color: rgb(157,254,231); }
H1.HeaderClassName
{
color: #9DFEE7;
}
.AnyTagClassName
{
color: #9DFEE7;
}
</style>
background-color css
<style>
a { background-color: #9DFEE7; }
a { background-color: rgb(157,254,231); }
div.DivClassName
{
background-color: #9DFEE7;
}
.BgClassName
{
background-color: #9DFEE7;
}
</style>
border-color css
<style>
span { border-color: #9DFEE7; }
span { border-color: rgb(157,254,231); }
td.TdClassName
{
border-color: #9DFEE7;
}
.TagClassName
{
border-color: #9DFEE7;
}
</style>