Shades of Spray #7CCCDA
Tints of Spray #7CCCDA
RGB
CMYK
RGB Variations
Color information
#7CCCDA (or 0x7CCCDA) is known color: Spray. HEX triplet: 7C, CC and DA. RGB value is (124,204,218). Sum of RGB (Red+Green+Blue) = 124+204+218=546 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.71% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #7CCCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCCDA is #833325. Grayscale: #B5B5B5. Windows color (decimal): -8598310 or 14339196. OLE color: 14339196.
HSL color Cylindrical-coordinate representation of color #7CCCDA: hue angle of 188.94º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CCCDA is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 204 | 218 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.15 |
| HSL | 188.94º | 0.56% | 0.67% | - |
| HSV(B) | 188.94º | 0.43% | 0.85% | - |
| XYZ | 42.56 | 52.53 | 74.23 | - |
| YUV | 181.68 | 148.5 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 218 | 0.43 | 0.06 | 0 | 0.15 | 188.94 | 0.56 | 0.67 |
| Hex | 7C | CC | DA | 2B | 6 | 0 | F | BD | 38 | 43 |
| Octal | 174 | 314 | 332 | 53 | 6 | 0 | 17 | 275 | 70 | 103 |
| Binary | 1111100 | 11001100 | 11011010 | 101011 | 110 | 0 | 1111 | 10111101 | 111000 | 1000011 |
Color Harmonies of #7CCCDA
Complementary color
Monochromatic Colors of #7CCCDA
Black with #7CCCDA
Text Example
Text Example
White with #7CCCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCCDA; }
p { color: rgb(124,204,218); }
H1.HeaderClassName
{
color: #7CCCDA;
}
.AnyTagClassName
{
color: #7CCCDA;
}
</style>
background-color css
<style>
a { background-color: #7CCCDA; }
a { background-color: rgb(124,204,218); }
div.DivClassName
{
background-color: #7CCCDA;
}
.BgClassName
{
background-color: #7CCCDA;
}
</style>
border-color css
<style>
span { border-color: #7CCCDA; }
span { border-color: rgb(124,204,218); }
td.TdClassName
{
border-color: #7CCCDA;
}
.TagClassName
{
border-color: #7CCCDA;
}
</style>