Shades of Spray #7DCFE5
Tints of Spray #7DCFE5
RGB
CMYK
RGB Variations
Color information
#7DCFE5 (or 0x7DCFE5) is known color: Spray. HEX triplet: 7D, CF and E5. RGB value is (125,207,229). Sum of RGB (Red+Green+Blue) = 125+207+229=561 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.28% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #7DCFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCFE5 is #82301A. Grayscale: #B8B8B8. Windows color (decimal): -8531995 or 15060861. OLE color: 15060861.
HSL color Cylindrical-coordinate representation of color #7DCFE5: hue angle of 192.69º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DCFE5 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 207 | 229 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.10 |
| HSL | 192.69º | 0.67% | 0.69% | - |
| HSV(B) | 192.69º | 0.45% | 0.9% | - |
| XYZ | 44.91 | 54.64 | 82.31 | - |
| YUV | 184.99 | 152.83 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 229 | 0.45 | 0.10 | 0 | 0.10 | 192.69 | 0.67 | 0.69 |
| Hex | 7D | CF | E5 | 2D | A | 0 | A | C1 | 43 | 45 |
| Octal | 175 | 317 | 345 | 55 | 12 | 0 | 12 | 301 | 103 | 105 |
| Binary | 1111101 | 11001111 | 11100101 | 101101 | 1010 | 0 | 1010 | 11000001 | 1000011 | 1000101 |
Color Harmonies of #7DCFE5
Complementary color
Monochromatic Colors of #7DCFE5
Black with #7DCFE5
Text Example
Text Example
White with #7DCFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCFE5; }
p { color: rgb(125,207,229); }
H1.HeaderClassName
{
color: #7DCFE5;
}
.AnyTagClassName
{
color: #7DCFE5;
}
</style>
background-color css
<style>
a { background-color: #7DCFE5; }
a { background-color: rgb(125,207,229); }
div.DivClassName
{
background-color: #7DCFE5;
}
.BgClassName
{
background-color: #7DCFE5;
}
</style>
border-color css
<style>
span { border-color: #7DCFE5; }
span { border-color: rgb(125,207,229); }
td.TdClassName
{
border-color: #7DCFE5;
}
.TagClassName
{
border-color: #7DCFE5;
}
</style>