Shades of Spray #7FDCE3
Tints of Spray #7FDCE3
RGB
CMYK
RGB Variations
Color information
#7FDCE3 (or 0x7FDCE3) is known color: Spray. HEX triplet: 7F, DC and E3. RGB value is (127,220,227). Sum of RGB (Red+Green+Blue) = 127+220+227=574 (76% of max value = 765). Red value is 127 (50% from 255 or 22.13% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 227 (89.06% from 255 or 39.55% from 574); Max value from RGB is 227 - color contains mainly: blue. Hex color #7FDCE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDCE3 is #80231C. Grayscale: #C0C0C0. Windows color (decimal): -8397597 or 14933119. OLE color: 14933119.
HSL color Cylindrical-coordinate representation of color #7FDCE3: hue angle of 184.2º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FDCE3 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 220 | 227 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.11 |
| HSL | 184.2º | 0.64% | 0.69% | - |
| HSV(B) | 184.2º | 0.44% | 0.89% | - |
| XYZ | 48.21 | 61.24 | 81.95 | - |
| YUV | 192.99 | 147.19 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 227 | 0.44 | 0.03 | 0 | 0.11 | 184.2 | 0.64 | 0.69 |
| Hex | 7F | DC | E3 | 2C | 3 | 0 | B | B8 | 40 | 45 |
| Octal | 177 | 334 | 343 | 54 | 3 | 0 | 13 | 270 | 100 | 105 |
| Binary | 1111111 | 11011100 | 11100011 | 101100 | 11 | 0 | 1011 | 10111000 | 1000000 | 1000101 |
Color Harmonies of #7FDCE3
Complementary color
Monochromatic Colors of #7FDCE3
Black with #7FDCE3
Text Example
Text Example
White with #7FDCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDCE3; }
p { color: rgb(127,220,227); }
H1.HeaderClassName
{
color: #7FDCE3;
}
.AnyTagClassName
{
color: #7FDCE3;
}
</style>
background-color css
<style>
a { background-color: #7FDCE3; }
a { background-color: rgb(127,220,227); }
div.DivClassName
{
background-color: #7FDCE3;
}
.BgClassName
{
background-color: #7FDCE3;
}
</style>
border-color css
<style>
span { border-color: #7FDCE3; }
span { border-color: rgb(127,220,227); }
td.TdClassName
{
border-color: #7FDCE3;
}
.TagClassName
{
border-color: #7FDCE3;
}
</style>