Shades of Spray #7ACFDD
Tints of Spray #7ACFDD
RGB
CMYK
RGB Variations
Color information
#7ACFDD (or 0x7ACFDD) is known color: Spray. HEX triplet: 7A, CF and DD. RGB value is (122,207,221). Sum of RGB (Red+Green+Blue) = 122+207+221=550 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.18% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ACFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACFDD is #853022. Grayscale: #B7B7B7. Windows color (decimal): -8728611 or 14536570. OLE color: 14536570.
HSL color Cylindrical-coordinate representation of color #7ACFDD: hue angle of 188.48º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ACFDD is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 207 | 221 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.13 |
| HSL | 188.48º | 0.59% | 0.67% | - |
| HSV(B) | 188.48º | 0.45% | 0.87% | - |
| XYZ | 43.39 | 53.98 | 76.54 | - |
| YUV | 183.18 | 149.34 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 221 | 0.45 | 0.06 | 0 | 0.13 | 188.48 | 0.59 | 0.67 |
| Hex | 7A | CF | DD | 2D | 6 | 0 | D | BC | 3B | 43 |
| Octal | 172 | 317 | 335 | 55 | 6 | 0 | 15 | 274 | 73 | 103 |
| Binary | 1111010 | 11001111 | 11011101 | 101101 | 110 | 0 | 1101 | 10111100 | 111011 | 1000011 |
Color Harmonies of #7ACFDD
Complementary color
Monochromatic Colors of #7ACFDD
Black with #7ACFDD
Text Example
Text Example
White with #7ACFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACFDD; }
p { color: rgb(122,207,221); }
H1.HeaderClassName
{
color: #7ACFDD;
}
.AnyTagClassName
{
color: #7ACFDD;
}
</style>
background-color css
<style>
a { background-color: #7ACFDD; }
a { background-color: rgb(122,207,221); }
div.DivClassName
{
background-color: #7ACFDD;
}
.BgClassName
{
background-color: #7ACFDD;
}
</style>
border-color css
<style>
span { border-color: #7ACFDD; }
span { border-color: rgb(122,207,221); }
td.TdClassName
{
border-color: #7ACFDD;
}
.TagClassName
{
border-color: #7ACFDD;
}
</style>