Shades of Spray #7FCFE0
Tints of Spray #7FCFE0
RGB
CMYK
RGB Variations
Color information
#7FCFE0 (or 0x7FCFE0) is known color: Spray. HEX triplet: 7F, CF and E0. RGB value is (127,207,224). Sum of RGB (Red+Green+Blue) = 127+207+224=558 (73% of max value = 765). Red value is 127 (50% from 255 or 22.76% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 224 - color contains mainly: blue. Hex color #7FCFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCFE0 is #80301F. Grayscale: #B8B8B8. Windows color (decimal): -8400928 or 14733183. OLE color: 14733183.
HSL color Cylindrical-coordinate representation of color #7FCFE0: hue angle of 190.52º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FCFE0 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 207 | 224 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.12 |
| HSL | 190.52º | 0.61% | 0.69% | - |
| HSV(B) | 190.52º | 0.43% | 0.88% | - |
| XYZ | 44.52 | 54.52 | 78.7 | - |
| YUV | 185.02 | 150 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 224 | 0.43 | 0.08 | 0 | 0.12 | 190.52 | 0.61 | 0.69 |
| Hex | 7F | CF | E0 | 2B | 8 | 0 | C | BF | 3D | 45 |
| Octal | 177 | 317 | 340 | 53 | 10 | 0 | 14 | 277 | 75 | 105 |
| Binary | 1111111 | 11001111 | 11100000 | 101011 | 1000 | 0 | 1100 | 10111111 | 111101 | 1000101 |
Color Harmonies of #7FCFE0
Complementary color
Monochromatic Colors of #7FCFE0
Black with #7FCFE0
Text Example
Text Example
White with #7FCFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCFE0; }
p { color: rgb(127,207,224); }
H1.HeaderClassName
{
color: #7FCFE0;
}
.AnyTagClassName
{
color: #7FCFE0;
}
</style>
background-color css
<style>
a { background-color: #7FCFE0; }
a { background-color: rgb(127,207,224); }
div.DivClassName
{
background-color: #7FCFE0;
}
.BgClassName
{
background-color: #7FCFE0;
}
</style>
border-color css
<style>
span { border-color: #7FCFE0; }
span { border-color: rgb(127,207,224); }
td.TdClassName
{
border-color: #7FCFE0;
}
.TagClassName
{
border-color: #7FCFE0;
}
</style>