Shades of Spray #7CCCDF
Tints of Spray #7CCCDF
RGB
CMYK
RGB Variations
Color information
#7CCCDF (or 0x7CCCDF) is known color: Spray. HEX triplet: 7C, CC and DF. RGB value is (124,204,223). Sum of RGB (Red+Green+Blue) = 124+204+223=551 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.50% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CCCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCCDF is #833320. Grayscale: #B6B6B6. Windows color (decimal): -8598305 or 14666876. OLE color: 14666876.
HSL color Cylindrical-coordinate representation of color #7CCCDF: hue angle of 191.52º degrees, saturation: 0.61, 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 #7CCCDF is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 204 | 223 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.13 |
| HSL | 191.52º | 0.61% | 0.68% | - |
| HSV(B) | 191.52º | 0.44% | 0.87% | - |
| XYZ | 43.22 | 52.8 | 77.73 | - |
| YUV | 182.25 | 151 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 223 | 0.44 | 0.09 | 0 | 0.13 | 191.52 | 0.61 | 0.68 |
| Hex | 7C | CC | DF | 2C | 9 | 0 | D | C0 | 3D | 44 |
| Octal | 174 | 314 | 337 | 54 | 11 | 0 | 15 | 300 | 75 | 104 |
| Binary | 1111100 | 11001100 | 11011111 | 101100 | 1001 | 0 | 1101 | 11000000 | 111101 | 1000100 |
Color Harmonies of #7CCCDF
Complementary color
Monochromatic Colors of #7CCCDF
Black with #7CCCDF
Text Example
Text Example
White with #7CCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCCDF; }
p { color: rgb(124,204,223); }
H1.HeaderClassName
{
color: #7CCCDF;
}
.AnyTagClassName
{
color: #7CCCDF;
}
</style>
background-color css
<style>
a { background-color: #7CCCDF; }
a { background-color: rgb(124,204,223); }
div.DivClassName
{
background-color: #7CCCDF;
}
.BgClassName
{
background-color: #7CCCDF;
}
</style>
border-color css
<style>
span { border-color: #7CCCDF; }
span { border-color: rgb(124,204,223); }
td.TdClassName
{
border-color: #7CCCDF;
}
.TagClassName
{
border-color: #7CCCDF;
}
</style>