Shades of Spray #7DCBDC
Tints of Spray #7DCBDC
RGB
CMYK
RGB Variations
Color information
#7DCBDC (or 0x7DCBDC) is known color: Spray. HEX triplet: 7D, CB and DC. RGB value is (125,203,220). Sum of RGB (Red+Green+Blue) = 125+203+220=548 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.81% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DCBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCBDC is #823423. Grayscale: #B5B5B5. Windows color (decimal): -8533028 or 14470013. OLE color: 14470013.
HSL color Cylindrical-coordinate representation of color #7DCBDC: hue angle of 190.74º 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 #7DCBDC is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 203 | 220 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.14 |
| HSL | 190.74º | 0.58% | 0.68% | - |
| HSV(B) | 190.74º | 0.43% | 0.86% | - |
| XYZ | 42.73 | 52.24 | 75.54 | - |
| YUV | 181.62 | 149.66 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 220 | 0.43 | 0.08 | 0 | 0.14 | 190.74 | 0.58 | 0.68 |
| Hex | 7D | CB | DC | 2B | 8 | 0 | E | BF | 3A | 44 |
| Octal | 175 | 313 | 334 | 53 | 10 | 0 | 16 | 277 | 72 | 104 |
| Binary | 1111101 | 11001011 | 11011100 | 101011 | 1000 | 0 | 1110 | 10111111 | 111010 | 1000100 |
Color Harmonies of #7DCBDC
Complementary color
Monochromatic Colors of #7DCBDC
Black with #7DCBDC
Text Example
Text Example
White with #7DCBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCBDC; }
p { color: rgb(125,203,220); }
H1.HeaderClassName
{
color: #7DCBDC;
}
.AnyTagClassName
{
color: #7DCBDC;
}
</style>
background-color css
<style>
a { background-color: #7DCBDC; }
a { background-color: rgb(125,203,220); }
div.DivClassName
{
background-color: #7DCBDC;
}
.BgClassName
{
background-color: #7DCBDC;
}
</style>
border-color css
<style>
span { border-color: #7DCBDC; }
span { border-color: rgb(125,203,220); }
td.TdClassName
{
border-color: #7DCBDC;
}
.TagClassName
{
border-color: #7DCBDC;
}
</style>