Shades of Spray #7CC8DD
Tints of Spray #7CC8DD
RGB
CMYK
RGB Variations
Color information
#7CC8DD (or 0x7CC8DD) is known color: Spray. HEX triplet: 7C, C8 and DD. RGB value is (124,200,221). Sum of RGB (Red+Green+Blue) = 124+200+221=545 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.75% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CC8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC8DD is #833722. Grayscale: #B3B3B3. Windows color (decimal): -8599331 or 14534780. OLE color: 14534780.
HSL color Cylindrical-coordinate representation of color #7CC8DD: hue angle of 192.99º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CC8DD is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 200 | 221 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.13 |
| HSL | 192.99º | 0.59% | 0.68% | - |
| HSV(B) | 192.99º | 0.44% | 0.87% | - |
| XYZ | 42.02 | 50.81 | 76 | - |
| YUV | 179.67 | 151.32 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 200 | 221 | 0.44 | 0.10 | 0 | 0.13 | 192.99 | 0.59 | 0.68 |
| Hex | 7C | C8 | DD | 2C | A | 0 | D | C1 | 3B | 44 |
| Octal | 174 | 310 | 335 | 54 | 12 | 0 | 15 | 301 | 73 | 104 |
| Binary | 1111100 | 11001000 | 11011101 | 101100 | 1010 | 0 | 1101 | 11000001 | 111011 | 1000100 |
Color Harmonies of #7CC8DD
Complementary color
Monochromatic Colors of #7CC8DD
Black with #7CC8DD
Text Example
Text Example
White with #7CC8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC8DD; }
p { color: rgb(124,200,221); }
H1.HeaderClassName
{
color: #7CC8DD;
}
.AnyTagClassName
{
color: #7CC8DD;
}
</style>
background-color css
<style>
a { background-color: #7CC8DD; }
a { background-color: rgb(124,200,221); }
div.DivClassName
{
background-color: #7CC8DD;
}
.BgClassName
{
background-color: #7CC8DD;
}
</style>
border-color css
<style>
span { border-color: #7CC8DD; }
span { border-color: rgb(124,200,221); }
td.TdClassName
{
border-color: #7CC8DD;
}
.TagClassName
{
border-color: #7CC8DD;
}
</style>