Shades of Spray #7CCFDA
Tints of Spray #7CCFDA
RGB
CMYK
RGB Variations
Color information
#7CCFDA (or 0x7CCFDA) is known color: Spray. HEX triplet: 7C, CF and DA. RGB value is (124,207,218). Sum of RGB (Red+Green+Blue) = 124+207+218=549 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.59% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #7CCFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCFDA is #833025. Grayscale: #B7B7B7. Windows color (decimal): -8597542 or 14339964. OLE color: 14339964.
HSL color Cylindrical-coordinate representation of color #7CCFDA: hue angle of 187.02º 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 #7CCFDA is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 207 | 218 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.15 |
| HSL | 187.02º | 0.56% | 0.67% | - |
| HSV(B) | 187.02º | 0.43% | 0.85% | - |
| XYZ | 43.28 | 53.97 | 74.47 | - |
| YUV | 183.44 | 147.5 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 218 | 0.43 | 0.05 | 0 | 0.15 | 187.02 | 0.56 | 0.67 |
| Hex | 7C | CF | DA | 2B | 5 | 0 | F | BB | 38 | 43 |
| Octal | 174 | 317 | 332 | 53 | 5 | 0 | 17 | 273 | 70 | 103 |
| Binary | 1111100 | 11001111 | 11011010 | 101011 | 101 | 0 | 1111 | 10111011 | 111000 | 1000011 |
Color Harmonies of #7CCFDA
Complementary color
Monochromatic Colors of #7CCFDA
Black with #7CCFDA
Text Example
Text Example
White with #7CCFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCFDA; }
p { color: rgb(124,207,218); }
H1.HeaderClassName
{
color: #7CCFDA;
}
.AnyTagClassName
{
color: #7CCFDA;
}
</style>
background-color css
<style>
a { background-color: #7CCFDA; }
a { background-color: rgb(124,207,218); }
div.DivClassName
{
background-color: #7CCFDA;
}
.BgClassName
{
background-color: #7CCFDA;
}
</style>
border-color css
<style>
span { border-color: #7CCFDA; }
span { border-color: rgb(124,207,218); }
td.TdClassName
{
border-color: #7CCFDA;
}
.TagClassName
{
border-color: #7CCFDA;
}
</style>