Shades of Spray #7DCFE3
Tints of Spray #7DCFE3
RGB
CMYK
RGB Variations
Color information
#7DCFE3 (or 0x7DCFE3) is known color: Spray. HEX triplet: 7D, CF and E3. RGB value is (125,207,227). Sum of RGB (Red+Green+Blue) = 125+207+227=559 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.36% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 227 (89.06% from 255 or 40.61% from 559); Max value from RGB is 227 - color contains mainly: blue. Hex color #7DCFE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCFE3 is #82301C. Grayscale: #B8B8B8. Windows color (decimal): -8531997 or 14929789. OLE color: 14929789.
HSL color Cylindrical-coordinate representation of color #7DCFE3: hue angle of 191.76º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DCFE3 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 207 | 227 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.11 |
| HSL | 191.76º | 0.65% | 0.69% | - |
| HSV(B) | 191.76º | 0.45% | 0.89% | - |
| XYZ | 44.64 | 54.53 | 80.85 | - |
| YUV | 184.76 | 151.83 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 227 | 0.45 | 0.09 | 0 | 0.11 | 191.76 | 0.65 | 0.69 |
| Hex | 7D | CF | E3 | 2D | 9 | 0 | B | C0 | 41 | 45 |
| Octal | 175 | 317 | 343 | 55 | 11 | 0 | 13 | 300 | 101 | 105 |
| Binary | 1111101 | 11001111 | 11100011 | 101101 | 1001 | 0 | 1011 | 11000000 | 1000001 | 1000101 |
Color Harmonies of #7DCFE3
Complementary color
Monochromatic Colors of #7DCFE3
Black with #7DCFE3
Text Example
Text Example
White with #7DCFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCFE3; }
p { color: rgb(125,207,227); }
H1.HeaderClassName
{
color: #7DCFE3;
}
.AnyTagClassName
{
color: #7DCFE3;
}
</style>
background-color css
<style>
a { background-color: #7DCFE3; }
a { background-color: rgb(125,207,227); }
div.DivClassName
{
background-color: #7DCFE3;
}
.BgClassName
{
background-color: #7DCFE3;
}
</style>
border-color css
<style>
span { border-color: #7DCFE3; }
span { border-color: rgb(125,207,227); }
td.TdClassName
{
border-color: #7DCFE3;
}
.TagClassName
{
border-color: #7DCFE3;
}
</style>