Shades of Spray #7CC9CC
Tints of Spray #7CC9CC
RGB
CMYK
RGB Variations
Color information
#7CC9CC (or 0x7CC9CC) is known color: Spray. HEX triplet: 7C, C9 and CC. RGB value is (124,201,204). Sum of RGB (Red+Green+Blue) = 124+201+204=529 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.44% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #7CC9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC9CC is #833633. Grayscale: #B2B2B2. Windows color (decimal): -8599092 or 13420924. OLE color: 13420924.
HSL color Cylindrical-coordinate representation of color #7CC9CC: hue angle of 182.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CC9CC is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 201 | 204 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.2 |
| HSL | 182.25º | 0.44% | 0.64% | - |
| HSV(B) | 182.25º | 0.39% | 0.8% | - |
| XYZ | 40.1 | 50.42 | 64.75 | - |
| YUV | 178.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 201 | 204 | 0.39 | 0.01 | 0 | 0.2 | 182.25 | 0.44 | 0.64 |
| Hex | 7C | C9 | CC | 27 | 1 | 0 | 14 | B6 | 2C | 40 |
| Octal | 174 | 311 | 314 | 47 | 1 | 0 | 24 | 266 | 54 | 100 |
| Binary | 1111100 | 11001001 | 11001100 | 100111 | 1 | 0 | 10100 | 10110110 | 101100 | 1000000 |
Color Harmonies of #7CC9CC
Complementary color
Monochromatic Colors of #7CC9CC
Black with #7CC9CC
Text Example
Text Example
White with #7CC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC9CC; }
p { color: rgb(124,201,204); }
H1.HeaderClassName
{
color: #7CC9CC;
}
.AnyTagClassName
{
color: #7CC9CC;
}
</style>
background-color css
<style>
a { background-color: #7CC9CC; }
a { background-color: rgb(124,201,204); }
div.DivClassName
{
background-color: #7CC9CC;
}
.BgClassName
{
background-color: #7CC9CC;
}
</style>
border-color css
<style>
span { border-color: #7CC9CC; }
span { border-color: rgb(124,201,204); }
td.TdClassName
{
border-color: #7CC9CC;
}
.TagClassName
{
border-color: #7CC9CC;
}
</style>