Shades of Spray #7CC1DD
Tints of Spray #7CC1DD
RGB
CMYK
RGB Variations
Color information
#7CC1DD (or 0x7CC1DD) is known color: Spray. HEX triplet: 7C, C1 and DD. RGB value is (124,193,221). Sum of RGB (Red+Green+Blue) = 124+193+221=538 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.05% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CC1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC1DD is #833E22. Grayscale: #AFAFAF. Windows color (decimal): -8601123 or 14532988. OLE color: 14532988.
HSL color Cylindrical-coordinate representation of color #7CC1DD: hue angle of 197.32º 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 #7CC1DD is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 193 | 221 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.13 |
| HSL | 197.32º | 0.59% | 0.68% | - |
| HSV(B) | 197.32º | 0.44% | 0.87% | - |
| XYZ | 40.43 | 47.65 | 75.47 | - |
| YUV | 175.56 | 153.64 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 221 | 0.44 | 0.13 | 0 | 0.13 | 197.32 | 0.59 | 0.68 |
| Hex | 7C | C1 | DD | 2C | D | 0 | D | C5 | 3B | 44 |
| Octal | 174 | 301 | 335 | 54 | 15 | 0 | 15 | 305 | 73 | 104 |
| Binary | 1111100 | 11000001 | 11011101 | 101100 | 1101 | 0 | 1101 | 11000101 | 111011 | 1000100 |
Color Harmonies of #7CC1DD
Complementary color
Monochromatic Colors of #7CC1DD
Black with #7CC1DD
Text Example
Text Example
White with #7CC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC1DD; }
p { color: rgb(124,193,221); }
H1.HeaderClassName
{
color: #7CC1DD;
}
.AnyTagClassName
{
color: #7CC1DD;
}
</style>
background-color css
<style>
a { background-color: #7CC1DD; }
a { background-color: rgb(124,193,221); }
div.DivClassName
{
background-color: #7CC1DD;
}
.BgClassName
{
background-color: #7CC1DD;
}
</style>
border-color css
<style>
span { border-color: #7CC1DD; }
span { border-color: rgb(124,193,221); }
td.TdClassName
{
border-color: #7CC1DD;
}
.TagClassName
{
border-color: #7CC1DD;
}
</style>