Shades of Spray #7FC8DD
Tints of Spray #7FC8DD
RGB
CMYK
RGB Variations
Color information
#7FC8DD (or 0x7FC8DD) is known color: Spray. HEX triplet: 7F, C8 and DD. RGB value is (127,200,221). Sum of RGB (Red+Green+Blue) = 127+200+221=548 (72% of max value = 765). Red value is 127 (50% from 255 or 23.18% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #7FC8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC8DD is #803722. Grayscale: #B4B4B4. Windows color (decimal): -8402723 or 14534783. OLE color: 14534783.
HSL color Cylindrical-coordinate representation of color #7FC8DD: hue angle of 193.4º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FC8DD is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 200 | 221 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.13 |
| HSL | 193.4º | 0.58% | 0.68% | - |
| HSV(B) | 193.4º | 0.43% | 0.87% | - |
| XYZ | 42.46 | 51.04 | 76.02 | - |
| YUV | 180.57 | 150.82 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 200 | 221 | 0.43 | 0.10 | 0 | 0.13 | 193.4 | 0.58 | 0.68 |
| Hex | 7F | C8 | DD | 2B | A | 0 | D | C1 | 3A | 44 |
| Octal | 177 | 310 | 335 | 53 | 12 | 0 | 15 | 301 | 72 | 104 |
| Binary | 1111111 | 11001000 | 11011101 | 101011 | 1010 | 0 | 1101 | 11000001 | 111010 | 1000100 |
Color Harmonies of #7FC8DD
Complementary color
Monochromatic Colors of #7FC8DD
Black with #7FC8DD
Text Example
Text Example
White with #7FC8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC8DD; }
p { color: rgb(127,200,221); }
H1.HeaderClassName
{
color: #7FC8DD;
}
.AnyTagClassName
{
color: #7FC8DD;
}
</style>
background-color css
<style>
a { background-color: #7FC8DD; }
a { background-color: rgb(127,200,221); }
div.DivClassName
{
background-color: #7FC8DD;
}
.BgClassName
{
background-color: #7FC8DD;
}
</style>
border-color css
<style>
span { border-color: #7FC8DD; }
span { border-color: rgb(127,200,221); }
td.TdClassName
{
border-color: #7FC8DD;
}
.TagClassName
{
border-color: #7FC8DD;
}
</style>