Shades of Spray #7FDBE5
Tints of Spray #7FDBE5
RGB
CMYK
RGB Variations
Color information
#7FDBE5 (or 0x7FDBE5) is known color: Spray. HEX triplet: 7F, DB and E5. RGB value is (127,219,229). Sum of RGB (Red+Green+Blue) = 127+219+229=575 (76% of max value = 765). Red value is 127 (50% from 255 or 22.09% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #7FDBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDBE5 is #80241A. Grayscale: #C0C0C0. Windows color (decimal): -8397851 or 15063935. OLE color: 15063935.
HSL color Cylindrical-coordinate representation of color #7FDBE5: hue angle of 185.88º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FDBE5 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 219 | 229 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.10 |
| HSL | 185.88º | 0.66% | 0.7% | - |
| HSV(B) | 185.88º | 0.45% | 0.9% | - |
| XYZ | 48.23 | 60.83 | 83.33 | - |
| YUV | 192.63 | 148.52 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 229 | 0.45 | 0.04 | 0 | 0.10 | 185.88 | 0.66 | 0.7 |
| Hex | 7F | DB | E5 | 2D | 4 | 0 | A | BA | 42 | 46 |
| Octal | 177 | 333 | 345 | 55 | 4 | 0 | 12 | 272 | 102 | 106 |
| Binary | 1111111 | 11011011 | 11100101 | 101101 | 100 | 0 | 1010 | 10111010 | 1000010 | 1000110 |
Color Harmonies of #7FDBE5
Complementary color
Monochromatic Colors of #7FDBE5
Black with #7FDBE5
Text Example
Text Example
White with #7FDBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDBE5; }
p { color: rgb(127,219,229); }
H1.HeaderClassName
{
color: #7FDBE5;
}
.AnyTagClassName
{
color: #7FDBE5;
}
</style>
background-color css
<style>
a { background-color: #7FDBE5; }
a { background-color: rgb(127,219,229); }
div.DivClassName
{
background-color: #7FDBE5;
}
.BgClassName
{
background-color: #7FDBE5;
}
</style>
border-color css
<style>
span { border-color: #7FDBE5; }
span { border-color: rgb(127,219,229); }
td.TdClassName
{
border-color: #7FDBE5;
}
.TagClassName
{
border-color: #7FDBE5;
}
</style>