Shades of Spray #7BD4D6
Tints of Spray #7BD4D6
RGB
CMYK
RGB Variations
Color information
#7BD4D6 (or 0x7BD4D6) is known color: Spray. HEX triplet: 7B, D4 and D6. RGB value is (123,212,214). Sum of RGB (Red+Green+Blue) = 123+212+214=549 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.40% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #7BD4D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD4D6 is #842B29. Grayscale: #B9B9B9. Windows color (decimal): -8661802 or 14079099. OLE color: 14079099.
HSL color Cylindrical-coordinate representation of color #7BD4D6: hue angle of 181.32º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BD4D6 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 212 | 214 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.16 |
| HSL | 181.32º | 0.53% | 0.66% | - |
| HSV(B) | 181.32º | 0.43% | 0.84% | - |
| XYZ | 43.85 | 56.15 | 72.15 | - |
| YUV | 185.62 | 144.01 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 212 | 214 | 0.43 | 0.01 | 0 | 0.16 | 181.32 | 0.53 | 0.66 |
| Hex | 7B | D4 | D6 | 2B | 1 | 0 | 10 | B5 | 35 | 42 |
| Octal | 173 | 324 | 326 | 53 | 1 | 0 | 20 | 265 | 65 | 102 |
| Binary | 1111011 | 11010100 | 11010110 | 101011 | 1 | 0 | 10000 | 10110101 | 110101 | 1000010 |
Color Harmonies of #7BD4D6
Complementary color
Monochromatic Colors of #7BD4D6
Black with #7BD4D6
Text Example
Text Example
White with #7BD4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD4D6; }
p { color: rgb(123,212,214); }
H1.HeaderClassName
{
color: #7BD4D6;
}
.AnyTagClassName
{
color: #7BD4D6;
}
</style>
background-color css
<style>
a { background-color: #7BD4D6; }
a { background-color: rgb(123,212,214); }
div.DivClassName
{
background-color: #7BD4D6;
}
.BgClassName
{
background-color: #7BD4D6;
}
</style>
border-color css
<style>
span { border-color: #7BD4D6; }
span { border-color: rgb(123,212,214); }
td.TdClassName
{
border-color: #7BD4D6;
}
.TagClassName
{
border-color: #7BD4D6;
}
</style>