Shades of Spray #7DDBDC
Tints of Spray #7DDBDC
RGB
CMYK
RGB Variations
Color information
#7DDBDC (or 0x7DDBDC) is known color: Spray. HEX triplet: 7D, DB and DC. RGB value is (125,219,220). Sum of RGB (Red+Green+Blue) = 125+219+220=564 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.16% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DDBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDBDC is #822423. Grayscale: #BEBEBE. Windows color (decimal): -8528932 or 14474109. OLE color: 14474109.
HSL color Cylindrical-coordinate representation of color #7DDBDC: hue angle of 180.63º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDBDC is Cyan = 0.43, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 219 | 220 | - |
| CMYK | 0.43 | 0.00 | 0 | 0.14 |
| HSL | 180.63º | 0.58% | 0.68% | - |
| HSV(B) | 180.63º | 0.43% | 0.86% | - |
| XYZ | 46.71 | 60.19 | 76.87 | - |
| YUV | 191.01 | 144.36 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 219 | 220 | 0.43 | 0.00 | 0 | 0.14 | 180.63 | 0.58 | 0.68 |
| Hex | 7D | DB | DC | 2B | 0 | 0 | E | B5 | 3A | 44 |
| Octal | 175 | 333 | 334 | 53 | 0 | 0 | 16 | 265 | 72 | 104 |
| Binary | 1111101 | 11011011 | 11011100 | 101011 | 0 | 0 | 1110 | 10110101 | 111010 | 1000100 |
Color Harmonies of #7DDBDC
Complementary color
Monochromatic Colors of #7DDBDC
Black with #7DDBDC
Text Example
Text Example
White with #7DDBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDBDC; }
p { color: rgb(125,219,220); }
H1.HeaderClassName
{
color: #7DDBDC;
}
.AnyTagClassName
{
color: #7DDBDC;
}
</style>
background-color css
<style>
a { background-color: #7DDBDC; }
a { background-color: rgb(125,219,220); }
div.DivClassName
{
background-color: #7DDBDC;
}
.BgClassName
{
background-color: #7DDBDC;
}
</style>
border-color css
<style>
span { border-color: #7DDBDC; }
span { border-color: rgb(125,219,220); }
td.TdClassName
{
border-color: #7DDBDC;
}
.TagClassName
{
border-color: #7DDBDC;
}
</style>