Shades of Spray #7CCECF
Tints of Spray #7CCECF
RGB
CMYK
RGB Variations
Color information
#7CCECF (or 0x7CCECF) is known color: Spray. HEX triplet: 7C, CE and CF. RGB value is (124,206,207). Sum of RGB (Red+Green+Blue) = 124+206+207=537 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.09% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #7CCECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCECF is #833130. Grayscale: #B5B5B5. Windows color (decimal): -8597809 or 13618812. OLE color: 13618812.
HSL color Cylindrical-coordinate representation of color #7CCECF: hue angle of 180.72º 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 #7CCECF is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 206 | 207 | - |
| CMYK | 0.40 | 0.00 | 0 | 0.19 |
| HSL | 180.72º | 0.46% | 0.65% | - |
| HSV(B) | 180.72º | 0.4% | 0.81% | - |
| XYZ | 41.65 | 52.93 | 67.05 | - |
| YUV | 181.6 | 142.33 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 207 | 0.40 | 0.00 | 0 | 0.19 | 180.72 | 0.46 | 0.65 |
| Hex | 7C | CE | CF | 28 | 0 | 0 | 13 | B5 | 2E | 41 |
| Octal | 174 | 316 | 317 | 50 | 0 | 0 | 23 | 265 | 56 | 101 |
| Binary | 1111100 | 11001110 | 11001111 | 101000 | 0 | 0 | 10011 | 10110101 | 101110 | 1000001 |
Color Harmonies of #7CCECF
Complementary color
Monochromatic Colors of #7CCECF
Black with #7CCECF
Text Example
Text Example
White with #7CCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCECF; }
p { color: rgb(124,206,207); }
H1.HeaderClassName
{
color: #7CCECF;
}
.AnyTagClassName
{
color: #7CCECF;
}
</style>
background-color css
<style>
a { background-color: #7CCECF; }
a { background-color: rgb(124,206,207); }
div.DivClassName
{
background-color: #7CCECF;
}
.BgClassName
{
background-color: #7CCECF;
}
</style>
border-color css
<style>
span { border-color: #7CCECF; }
span { border-color: rgb(124,206,207); }
td.TdClassName
{
border-color: #7CCECF;
}
.TagClassName
{
border-color: #7CCECF;
}
</style>