Shades of Spray #7DCEE5
Tints of Spray #7DCEE5
RGB
CMYK
RGB Variations
Color information
#7DCEE5 (or 0x7DCEE5) is known color: Spray. HEX triplet: 7D, CE and E5. RGB value is (125,206,229). Sum of RGB (Red+Green+Blue) = 125+206+229=560 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.32% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #7DCEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCEE5 is #82311A. Grayscale: #B8B8B8. Windows color (decimal): -8532251 or 15060605. OLE color: 15060605.
HSL color Cylindrical-coordinate representation of color #7DCEE5: hue angle of 193.27º 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 #7DCEE5 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 206 | 229 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.10 |
| HSL | 193.27º | 0.67% | 0.69% | - |
| HSV(B) | 193.27º | 0.45% | 0.9% | - |
| XYZ | 44.67 | 54.16 | 82.23 | - |
| YUV | 184.4 | 153.16 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 229 | 0.45 | 0.10 | 0 | 0.10 | 193.27 | 0.67 | 0.69 |
| Hex | 7D | CE | E5 | 2D | A | 0 | A | C1 | 43 | 45 |
| Octal | 175 | 316 | 345 | 55 | 12 | 0 | 12 | 301 | 103 | 105 |
| Binary | 1111101 | 11001110 | 11100101 | 101101 | 1010 | 0 | 1010 | 11000001 | 1000011 | 1000101 |
Color Harmonies of #7DCEE5
Complementary color
Monochromatic Colors of #7DCEE5
Black with #7DCEE5
Text Example
Text Example
White with #7DCEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCEE5; }
p { color: rgb(125,206,229); }
H1.HeaderClassName
{
color: #7DCEE5;
}
.AnyTagClassName
{
color: #7DCEE5;
}
</style>
background-color css
<style>
a { background-color: #7DCEE5; }
a { background-color: rgb(125,206,229); }
div.DivClassName
{
background-color: #7DCEE5;
}
.BgClassName
{
background-color: #7DCEE5;
}
</style>
border-color css
<style>
span { border-color: #7DCEE5; }
span { border-color: rgb(125,206,229); }
td.TdClassName
{
border-color: #7DCEE5;
}
.TagClassName
{
border-color: #7DCEE5;
}
</style>