Shades of Spray #7DCBD0
Tints of Spray #7DCBD0
RGB
CMYK
RGB Variations
Color information
#7DCBD0 (or 0x7DCBD0) is known color: Spray. HEX triplet: 7D, CB and D0. RGB value is (125,203,208). Sum of RGB (Red+Green+Blue) = 125+203+208=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 208 - color contains mainly: blue. Hex color #7DCBD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCBD0 is #82342F. Grayscale: #B4B4B4. Windows color (decimal): -8533040 or 13683581. OLE color: 13683581.
HSL color Cylindrical-coordinate representation of color #7DCBD0: hue angle of 183.61º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DCBD0 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 203 | 208 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.18 |
| HSL | 183.61º | 0.47% | 0.65% | - |
| HSV(B) | 183.61º | 0.4% | 0.82% | - |
| XYZ | 41.2 | 51.63 | 67.47 | - |
| YUV | 180.25 | 143.66 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 208 | 0.40 | 0.02 | 0 | 0.18 | 183.61 | 0.47 | 0.65 |
| Hex | 7D | CB | D0 | 28 | 2 | 0 | 12 | B8 | 2F | 41 |
| Octal | 175 | 313 | 320 | 50 | 2 | 0 | 22 | 270 | 57 | 101 |
| Binary | 1111101 | 11001011 | 11010000 | 101000 | 10 | 0 | 10010 | 10111000 | 101111 | 1000001 |
Color Harmonies of #7DCBD0
Complementary color
Monochromatic Colors of #7DCBD0
Black with #7DCBD0
Text Example
Text Example
White with #7DCBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCBD0; }
p { color: rgb(125,203,208); }
H1.HeaderClassName
{
color: #7DCBD0;
}
.AnyTagClassName
{
color: #7DCBD0;
}
</style>
background-color css
<style>
a { background-color: #7DCBD0; }
a { background-color: rgb(125,203,208); }
div.DivClassName
{
background-color: #7DCBD0;
}
.BgClassName
{
background-color: #7DCBD0;
}
</style>
border-color css
<style>
span { border-color: #7DCBD0; }
span { border-color: rgb(125,203,208); }
td.TdClassName
{
border-color: #7DCBD0;
}
.TagClassName
{
border-color: #7DCBD0;
}
</style>