Shades of Spray #7CCDD1
Tints of Spray #7CCDD1
RGB
CMYK
RGB Variations
Color information
#7CCDD1 (or 0x7CCDD1) is known color: Spray. HEX triplet: 7C, CD and D1. RGB value is (124,205,209). Sum of RGB (Red+Green+Blue) = 124+205+209=538 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.05% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 209 - color contains mainly: blue. Hex color #7CCDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCDD1 is #83322E. Grayscale: #B5B5B5. Windows color (decimal): -8598063 or 13749628. OLE color: 13749628.
HSL color Cylindrical-coordinate representation of color #7CCDD1: hue angle of 182.82º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CCDD1 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 124 | 205 | 209 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.18 |
| HSL | 182.82º | 0.48% | 0.65% | - |
| HSV(B) | 182.82º | 0.41% | 0.82% | - |
| XYZ | 41.65 | 52.55 | 68.27 | - |
| YUV | 181.24 | 143.66 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 209 | 0.41 | 0.02 | 0 | 0.18 | 182.82 | 0.48 | 0.65 |
| Hex | 7C | CD | D1 | 29 | 2 | 0 | 12 | B7 | 30 | 41 |
| Octal | 174 | 315 | 321 | 51 | 2 | 0 | 22 | 267 | 60 | 101 |
| Binary | 1111100 | 11001101 | 11010001 | 101001 | 10 | 0 | 10010 | 10110111 | 110000 | 1000001 |
Color Harmonies of #7CCDD1
Complementary color
Monochromatic Colors of #7CCDD1
Black with #7CCDD1
Text Example
Text Example
White with #7CCDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCDD1; }
p { color: rgb(124,205,209); }
H1.HeaderClassName
{
color: #7CCDD1;
}
.AnyTagClassName
{
color: #7CCDD1;
}
</style>
background-color css
<style>
a { background-color: #7CCDD1; }
a { background-color: rgb(124,205,209); }
div.DivClassName
{
background-color: #7CCDD1;
}
.BgClassName
{
background-color: #7CCDD1;
}
</style>
border-color css
<style>
span { border-color: #7CCDD1; }
span { border-color: rgb(124,205,209); }
td.TdClassName
{
border-color: #7CCDD1;
}
.TagClassName
{
border-color: #7CCDD1;
}
</style>