Shades of Spray #7FDBE8
Tints of Spray #7FDBE8
RGB
CMYK
RGB Variations
Color information
#7FDBE8 (or 0x7FDBE8) is known color: Spray. HEX triplet: 7F, DB and E8. RGB value is (127,219,232). Sum of RGB (Red+Green+Blue) = 127+219+232=578 (76% of max value = 765). Red value is 127 (50% from 255 or 21.97% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 232 (91.02% from 255 or 40.14% from 578); Max value from RGB is 232 - color contains mainly: blue. Hex color #7FDBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDBE8 is #802417. Grayscale: #C0C0C0. Windows color (decimal): -8397848 or 15260543. OLE color: 15260543.
HSL color Cylindrical-coordinate representation of color #7FDBE8: hue angle of 187.43º 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 #7FDBE8 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 219 | 232 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.09 |
| HSL | 187.43º | 0.7% | 0.7% | - |
| HSV(B) | 187.43º | 0.45% | 0.91% | - |
| XYZ | 48.65 | 61 | 85.55 | - |
| YUV | 192.97 | 150.02 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 232 | 0.45 | 0.06 | 0 | 0.09 | 187.43 | 0.7 | 0.7 |
| Hex | 7F | DB | E8 | 2D | 6 | 0 | 9 | BB | 46 | 46 |
| Octal | 177 | 333 | 350 | 55 | 6 | 0 | 11 | 273 | 106 | 106 |
| Binary | 1111111 | 11011011 | 11101000 | 101101 | 110 | 0 | 1001 | 10111011 | 1000110 | 1000110 |
Color Harmonies of #7FDBE8
Complementary color
Monochromatic Colors of #7FDBE8
Black with #7FDBE8
Text Example
Text Example
White with #7FDBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDBE8; }
p { color: rgb(127,219,232); }
H1.HeaderClassName
{
color: #7FDBE8;
}
.AnyTagClassName
{
color: #7FDBE8;
}
</style>
background-color css
<style>
a { background-color: #7FDBE8; }
a { background-color: rgb(127,219,232); }
div.DivClassName
{
background-color: #7FDBE8;
}
.BgClassName
{
background-color: #7FDBE8;
}
</style>
border-color css
<style>
span { border-color: #7FDBE8; }
span { border-color: rgb(127,219,232); }
td.TdClassName
{
border-color: #7FDBE8;
}
.TagClassName
{
border-color: #7FDBE8;
}
</style>