Shades of Spray #7FCFD3
Tints of Spray #7FCFD3
RGB
CMYK
RGB Variations
Color information
#7FCFD3 (or 0x7FCFD3) is known color: Spray. HEX triplet: 7F, CF and D3. RGB value is (127,207,211). Sum of RGB (Red+Green+Blue) = 127+207+211=545 (72% of max value = 765). Red value is 127 (50% from 255 or 23.30% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 211 - color contains mainly: blue. Hex color #7FCFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCFD3 is #80302C. Grayscale: #B7B7B7. Windows color (decimal): -8400941 or 13881215. OLE color: 13881215.
HSL color Cylindrical-coordinate representation of color #7FCFD3: hue angle of 182.86º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FCFD3 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 207 | 211 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.17 |
| HSL | 182.86º | 0.49% | 0.66% | - |
| HSV(B) | 182.86º | 0.4% | 0.83% | - |
| XYZ | 42.82 | 53.84 | 69.76 | - |
| YUV | 183.54 | 143.5 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 211 | 0.40 | 0.02 | 0 | 0.17 | 182.86 | 0.49 | 0.66 |
| Hex | 7F | CF | D3 | 28 | 2 | 0 | 11 | B7 | 31 | 42 |
| Octal | 177 | 317 | 323 | 50 | 2 | 0 | 21 | 267 | 61 | 102 |
| Binary | 1111111 | 11001111 | 11010011 | 101000 | 10 | 0 | 10001 | 10110111 | 110001 | 1000010 |
Color Harmonies of #7FCFD3
Complementary color
Monochromatic Colors of #7FCFD3
Black with #7FCFD3
Text Example
Text Example
White with #7FCFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCFD3; }
p { color: rgb(127,207,211); }
H1.HeaderClassName
{
color: #7FCFD3;
}
.AnyTagClassName
{
color: #7FCFD3;
}
</style>
background-color css
<style>
a { background-color: #7FCFD3; }
a { background-color: rgb(127,207,211); }
div.DivClassName
{
background-color: #7FCFD3;
}
.BgClassName
{
background-color: #7FCFD3;
}
</style>
border-color css
<style>
span { border-color: #7FCFD3; }
span { border-color: rgb(127,207,211); }
td.TdClassName
{
border-color: #7FCFD3;
}
.TagClassName
{
border-color: #7FCFD3;
}
</style>