Shades of Spray #7CC9CF
Tints of Spray #7CC9CF
RGB
CMYK
RGB Variations
Color information
#7CC9CF (or 0x7CC9CF) is known color: Spray. HEX triplet: 7C, C9 and CF. RGB value is (124,201,207). Sum of RGB (Red+Green+Blue) = 124+201+207=532 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.31% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #7CC9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC9CF is #833630. Grayscale: #B2B2B2. Windows color (decimal): -8599089 or 13617532. OLE color: 13617532.
HSL color Cylindrical-coordinate representation of color #7CC9CF: hue angle of 184.34º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CC9CF is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 201 | 207 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.19 |
| HSL | 184.34º | 0.46% | 0.65% | - |
| HSV(B) | 184.34º | 0.4% | 0.81% | - |
| XYZ | 40.46 | 50.56 | 66.66 | - |
| YUV | 178.66 | 143.99 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 201 | 207 | 0.40 | 0.03 | 0 | 0.19 | 184.34 | 0.46 | 0.65 |
| Hex | 7C | C9 | CF | 28 | 3 | 0 | 13 | B8 | 2E | 41 |
| Octal | 174 | 311 | 317 | 50 | 3 | 0 | 23 | 270 | 56 | 101 |
| Binary | 1111100 | 11001001 | 11001111 | 101000 | 11 | 0 | 10011 | 10111000 | 101110 | 1000001 |
Color Harmonies of #7CC9CF
Complementary color
Monochromatic Colors of #7CC9CF
Black with #7CC9CF
Text Example
Text Example
White with #7CC9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC9CF; }
p { color: rgb(124,201,207); }
H1.HeaderClassName
{
color: #7CC9CF;
}
.AnyTagClassName
{
color: #7CC9CF;
}
</style>
background-color css
<style>
a { background-color: #7CC9CF; }
a { background-color: rgb(124,201,207); }
div.DivClassName
{
background-color: #7CC9CF;
}
.BgClassName
{
background-color: #7CC9CF;
}
</style>
border-color css
<style>
span { border-color: #7CC9CF; }
span { border-color: rgb(124,201,207); }
td.TdClassName
{
border-color: #7CC9CF;
}
.TagClassName
{
border-color: #7CC9CF;
}
</style>