Shades of Spray #7FCCDC
Tints of Spray #7FCCDC
RGB
CMYK
RGB Variations
Color information
#7FCCDC (or 0x7FCCDC) is known color: Spray. HEX triplet: 7F, CC and DC. RGB value is (127,204,220). Sum of RGB (Red+Green+Blue) = 127+204+220=551 (72% of max value = 765). Red value is 127 (50% from 255 or 23.05% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FCCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCCDC is #803323. Grayscale: #B6B6B6. Windows color (decimal): -8401700 or 14470271. OLE color: 14470271.
HSL color Cylindrical-coordinate representation of color #7FCCDC: hue angle of 190.32º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FCCDC is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 204 | 220 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.14 |
| HSL | 190.32º | 0.57% | 0.68% | - |
| HSV(B) | 190.32º | 0.42% | 0.86% | - |
| XYZ | 43.26 | 52.87 | 75.63 | - |
| YUV | 182.8 | 148.99 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 220 | 0.42 | 0.07 | 0 | 0.14 | 190.32 | 0.57 | 0.68 |
| Hex | 7F | CC | DC | 2A | 7 | 0 | E | BE | 39 | 44 |
| Octal | 177 | 314 | 334 | 52 | 7 | 0 | 16 | 276 | 71 | 104 |
| Binary | 1111111 | 11001100 | 11011100 | 101010 | 111 | 0 | 1110 | 10111110 | 111001 | 1000100 |
Color Harmonies of #7FCCDC
Complementary color
Monochromatic Colors of #7FCCDC
Black with #7FCCDC
Text Example
Text Example
White with #7FCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCCDC; }
p { color: rgb(127,204,220); }
H1.HeaderClassName
{
color: #7FCCDC;
}
.AnyTagClassName
{
color: #7FCCDC;
}
</style>
background-color css
<style>
a { background-color: #7FCCDC; }
a { background-color: rgb(127,204,220); }
div.DivClassName
{
background-color: #7FCCDC;
}
.BgClassName
{
background-color: #7FCCDC;
}
</style>
border-color css
<style>
span { border-color: #7FCCDC; }
span { border-color: rgb(127,204,220); }
td.TdClassName
{
border-color: #7FCCDC;
}
.TagClassName
{
border-color: #7FCCDC;
}
</style>