Shades of Spray #7FC2DA
Tints of Spray #7FC2DA
RGB
CMYK
RGB Variations
Color information
#7FC2DA (or 0x7FC2DA) is known color: Spray. HEX triplet: 7F, C2 and DA. RGB value is (127,194,218). Sum of RGB (Red+Green+Blue) = 127+194+218=539 (71% of max value = 765). Red value is 127 (50% from 255 or 23.56% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FC2DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC2DA is #803D25. Grayscale: #B0B0B0. Windows color (decimal): -8404262 or 14336639. OLE color: 14336639.
HSL color Cylindrical-coordinate representation of color #7FC2DA: hue angle of 195.82º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FC2DA is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 194 | 218 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.15 |
| HSL | 195.82º | 0.55% | 0.68% | - |
| HSV(B) | 195.82º | 0.42% | 0.85% | - |
| XYZ | 40.7 | 48.16 | 73.48 | - |
| YUV | 176.7 | 151.3 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 194 | 218 | 0.42 | 0.11 | 0 | 0.15 | 195.82 | 0.55 | 0.68 |
| Hex | 7F | C2 | DA | 2A | B | 0 | F | C4 | 37 | 44 |
| Octal | 177 | 302 | 332 | 52 | 13 | 0 | 17 | 304 | 67 | 104 |
| Binary | 1111111 | 11000010 | 11011010 | 101010 | 1011 | 0 | 1111 | 11000100 | 110111 | 1000100 |
Color Harmonies of #7FC2DA
Complementary color
Monochromatic Colors of #7FC2DA
Black with #7FC2DA
Text Example
Text Example
White with #7FC2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC2DA; }
p { color: rgb(127,194,218); }
H1.HeaderClassName
{
color: #7FC2DA;
}
.AnyTagClassName
{
color: #7FC2DA;
}
</style>
background-color css
<style>
a { background-color: #7FC2DA; }
a { background-color: rgb(127,194,218); }
div.DivClassName
{
background-color: #7FC2DA;
}
.BgClassName
{
background-color: #7FC2DA;
}
</style>
border-color css
<style>
span { border-color: #7FC2DA; }
span { border-color: rgb(127,194,218); }
td.TdClassName
{
border-color: #7FC2DA;
}
.TagClassName
{
border-color: #7FC2DA;
}
</style>