Shades of Spray #7CCDCE
Tints of Spray #7CCDCE
RGB
CMYK
RGB Variations
Color information
#7CCDCE (or 0x7CCDCE) is known color: Spray. HEX triplet: 7C, CD and CE. RGB value is (124,205,206). Sum of RGB (Red+Green+Blue) = 124+205+206=535 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.18% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #7CCDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCDCE is #833231. Grayscale: #B4B4B4. Windows color (decimal): -8598066 or 13553020. OLE color: 13553020.
HSL color Cylindrical-coordinate representation of color #7CCDCE: hue angle of 180.73º 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 #7CCDCE is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 205 | 206 | - |
| CMYK | 0.40 | 0.00 | 0 | 0.19 |
| HSL | 180.73º | 0.46% | 0.65% | - |
| HSV(B) | 180.73º | 0.4% | 0.81% | - |
| XYZ | 41.28 | 52.4 | 66.33 | - |
| YUV | 180.9 | 142.16 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 206 | 0.40 | 0.00 | 0 | 0.19 | 180.73 | 0.46 | 0.65 |
| Hex | 7C | CD | CE | 28 | 0 | 0 | 13 | B5 | 2E | 41 |
| Octal | 174 | 315 | 316 | 50 | 0 | 0 | 23 | 265 | 56 | 101 |
| Binary | 1111100 | 11001101 | 11001110 | 101000 | 0 | 0 | 10011 | 10110101 | 101110 | 1000001 |
Color Harmonies of #7CCDCE
Complementary color
Monochromatic Colors of #7CCDCE
Black with #7CCDCE
Text Example
Text Example
White with #7CCDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCDCE; }
p { color: rgb(124,205,206); }
H1.HeaderClassName
{
color: #7CCDCE;
}
.AnyTagClassName
{
color: #7CCDCE;
}
</style>
background-color css
<style>
a { background-color: #7CCDCE; }
a { background-color: rgb(124,205,206); }
div.DivClassName
{
background-color: #7CCDCE;
}
.BgClassName
{
background-color: #7CCDCE;
}
</style>
border-color css
<style>
span { border-color: #7CCDCE; }
span { border-color: rgb(124,205,206); }
td.TdClassName
{
border-color: #7CCDCE;
}
.TagClassName
{
border-color: #7CCDCE;
}
</style>