Shades of Spray #7DDBE0
Tints of Spray #7DDBE0
RGB
CMYK
RGB Variations
Color information
#7DDBE0 (or 0x7DDBE0) is known color: Spray. HEX triplet: 7D, DB and E0. RGB value is (125,219,224). Sum of RGB (Red+Green+Blue) = 125+219+224=568 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.01% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #7DDBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDBE0 is #82241F. Grayscale: #BFBFBF. Windows color (decimal): -8528928 or 14736253. OLE color: 14736253.
HSL color Cylindrical-coordinate representation of color #7DDBE0: hue angle of 183.03º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDBE0 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 219 | 224 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.12 |
| HSL | 183.03º | 0.61% | 0.68% | - |
| HSV(B) | 183.03º | 0.44% | 0.88% | - |
| XYZ | 47.24 | 60.4 | 79.69 | - |
| YUV | 191.46 | 146.36 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 219 | 224 | 0.44 | 0.02 | 0 | 0.12 | 183.03 | 0.61 | 0.68 |
| Hex | 7D | DB | E0 | 2C | 2 | 0 | C | B7 | 3D | 44 |
| Octal | 175 | 333 | 340 | 54 | 2 | 0 | 14 | 267 | 75 | 104 |
| Binary | 1111101 | 11011011 | 11100000 | 101100 | 10 | 0 | 1100 | 10110111 | 111101 | 1000100 |
Color Harmonies of #7DDBE0
Complementary color
Monochromatic Colors of #7DDBE0
Black with #7DDBE0
Text Example
Text Example
White with #7DDBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDBE0; }
p { color: rgb(125,219,224); }
H1.HeaderClassName
{
color: #7DDBE0;
}
.AnyTagClassName
{
color: #7DDBE0;
}
</style>
background-color css
<style>
a { background-color: #7DDBE0; }
a { background-color: rgb(125,219,224); }
div.DivClassName
{
background-color: #7DDBE0;
}
.BgClassName
{
background-color: #7DDBE0;
}
</style>
border-color css
<style>
span { border-color: #7DDBE0; }
span { border-color: rgb(125,219,224); }
td.TdClassName
{
border-color: #7DDBE0;
}
.TagClassName
{
border-color: #7DDBE0;
}
</style>