Shades of Spray #7CCEDF
Tints of Spray #7CCEDF
RGB
CMYK
RGB Variations
Color information
#7CCEDF (or 0x7CCEDF) is known color: Spray. HEX triplet: 7C, CE and DF. RGB value is (124,206,223). Sum of RGB (Red+Green+Blue) = 124+206+223=553 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.42% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CCEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCEDF is #833120. Grayscale: #B7B7B7. Windows color (decimal): -8597793 or 14667388. OLE color: 14667388.
HSL color Cylindrical-coordinate representation of color #7CCEDF: hue angle of 190.3º 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 #7CCEDF is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 206 | 223 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.13 |
| HSL | 190.3º | 0.61% | 0.68% | - |
| HSV(B) | 190.3º | 0.44% | 0.87% | - |
| XYZ | 43.7 | 53.76 | 77.88 | - |
| YUV | 183.42 | 150.33 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 223 | 0.44 | 0.08 | 0 | 0.13 | 190.3 | 0.61 | 0.68 |
| Hex | 7C | CE | DF | 2C | 8 | 0 | D | BE | 3D | 44 |
| Octal | 174 | 316 | 337 | 54 | 10 | 0 | 15 | 276 | 75 | 104 |
| Binary | 1111100 | 11001110 | 11011111 | 101100 | 1000 | 0 | 1101 | 10111110 | 111101 | 1000100 |
Color Harmonies of #7CCEDF
Complementary color
Monochromatic Colors of #7CCEDF
Black with #7CCEDF
Text Example
Text Example
White with #7CCEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCEDF; }
p { color: rgb(124,206,223); }
H1.HeaderClassName
{
color: #7CCEDF;
}
.AnyTagClassName
{
color: #7CCEDF;
}
</style>
background-color css
<style>
a { background-color: #7CCEDF; }
a { background-color: rgb(124,206,223); }
div.DivClassName
{
background-color: #7CCEDF;
}
.BgClassName
{
background-color: #7CCEDF;
}
</style>
border-color css
<style>
span { border-color: #7CCEDF; }
span { border-color: rgb(124,206,223); }
td.TdClassName
{
border-color: #7CCEDF;
}
.TagClassName
{
border-color: #7CCEDF;
}
</style>