Shades of Spray #7FD5E8
Tints of Spray #7FD5E8
RGB
CMYK
RGB Variations
Color information
#7FD5E8 (or 0x7FD5E8) is known color: Spray. HEX triplet: 7F, D5 and E8. RGB value is (127,213,232). Sum of RGB (Red+Green+Blue) = 127+213+232=572 (75% of max value = 765). Red value is 127 (50% from 255 or 22.20% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 232 (91.02% from 255 or 40.56% from 572); Max value from RGB is 232 - color contains mainly: blue. Hex color #7FD5E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FD5E8 is #802A17. Grayscale: #BDBDBD. Windows color (decimal): -8399384 or 15259007. OLE color: 15259007.
HSL color Cylindrical-coordinate representation of color #7FD5E8: hue angle of 190.86º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FD5E8 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 213 | 232 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.09 |
| HSL | 190.86º | 0.7% | 0.7% | - |
| HSV(B) | 190.86º | 0.45% | 0.91% | - |
| XYZ | 47.11 | 57.93 | 85.04 | - |
| YUV | 189.45 | 152.01 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 213 | 232 | 0.45 | 0.08 | 0 | 0.09 | 190.86 | 0.7 | 0.7 |
| Hex | 7F | D5 | E8 | 2D | 8 | 0 | 9 | BF | 46 | 46 |
| Octal | 177 | 325 | 350 | 55 | 10 | 0 | 11 | 277 | 106 | 106 |
| Binary | 1111111 | 11010101 | 11101000 | 101101 | 1000 | 0 | 1001 | 10111111 | 1000110 | 1000110 |
Color Harmonies of #7FD5E8
Complementary color
Monochromatic Colors of #7FD5E8
Black with #7FD5E8
Text Example
Text Example
White with #7FD5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD5E8; }
p { color: rgb(127,213,232); }
H1.HeaderClassName
{
color: #7FD5E8;
}
.AnyTagClassName
{
color: #7FD5E8;
}
</style>
background-color css
<style>
a { background-color: #7FD5E8; }
a { background-color: rgb(127,213,232); }
div.DivClassName
{
background-color: #7FD5E8;
}
.BgClassName
{
background-color: #7FD5E8;
}
</style>
border-color css
<style>
span { border-color: #7FD5E8; }
span { border-color: rgb(127,213,232); }
td.TdClassName
{
border-color: #7FD5E8;
}
.TagClassName
{
border-color: #7FD5E8;
}
</style>