Shades of Spray #7CCFDF
Tints of Spray #7CCFDF
RGB
CMYK
RGB Variations
Color information
#7CCFDF (or 0x7CCFDF) is known color: Spray. HEX triplet: 7C, CF and DF. RGB value is (124,207,223). Sum of RGB (Red+Green+Blue) = 124+207+223=554 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.38% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CCFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCFDF is #833020. Grayscale: #B7B7B7. Windows color (decimal): -8597537 or 14667644. OLE color: 14667644.
HSL color Cylindrical-coordinate representation of color #7CCFDF: hue angle of 189.7º 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 #7CCFDF is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 207 | 223 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.13 |
| HSL | 189.7º | 0.61% | 0.68% | - |
| HSV(B) | 189.7º | 0.44% | 0.87% | - |
| XYZ | 43.94 | 54.24 | 77.97 | - |
| YUV | 184.01 | 150 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 223 | 0.44 | 0.07 | 0 | 0.13 | 189.7 | 0.61 | 0.68 |
| Hex | 7C | CF | DF | 2C | 7 | 0 | D | BE | 3D | 44 |
| Octal | 174 | 317 | 337 | 54 | 7 | 0 | 15 | 276 | 75 | 104 |
| Binary | 1111100 | 11001111 | 11011111 | 101100 | 111 | 0 | 1101 | 10111110 | 111101 | 1000100 |
Color Harmonies of #7CCFDF
Complementary color
Monochromatic Colors of #7CCFDF
Black with #7CCFDF
Text Example
Text Example
White with #7CCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCFDF; }
p { color: rgb(124,207,223); }
H1.HeaderClassName
{
color: #7CCFDF;
}
.AnyTagClassName
{
color: #7CCFDF;
}
</style>
background-color css
<style>
a { background-color: #7CCFDF; }
a { background-color: rgb(124,207,223); }
div.DivClassName
{
background-color: #7CCFDF;
}
.BgClassName
{
background-color: #7CCFDF;
}
</style>
border-color css
<style>
span { border-color: #7CCFDF; }
span { border-color: rgb(124,207,223); }
td.TdClassName
{
border-color: #7CCFDF;
}
.TagClassName
{
border-color: #7CCFDF;
}
</style>