Shades of Spray #7BD5E9
Tints of Spray #7BD5E9
RGB
CMYK
RGB Variations
Color information
#7BD5E9 (or 0x7BD5E9) is known color: Spray. HEX triplet: 7B, D5 and E9. RGB value is (123,213,233). Sum of RGB (Red+Green+Blue) = 123+213+233=569 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.62% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 233 (91.41% from 255 or 40.95% from 569); Max value from RGB is 233 - color contains mainly: blue. Hex color #7BD5E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BD5E9 is #842A16. Grayscale: #BCBCBC. Windows color (decimal): -8661527 or 15324539. OLE color: 15324539.
HSL color Cylindrical-coordinate representation of color #7BD5E9: hue angle of 190.91º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BD5E9 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 213 | 233 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.09 |
| HSL | 190.91º | 0.71% | 0.7% | - |
| HSV(B) | 190.91º | 0.47% | 0.91% | - |
| XYZ | 46.67 | 57.68 | 85.76 | - |
| YUV | 188.37 | 153.18 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 213 | 233 | 0.47 | 0.09 | 0 | 0.09 | 190.91 | 0.71 | 0.7 |
| Hex | 7B | D5 | E9 | 2F | 9 | 0 | 9 | BF | 47 | 46 |
| Octal | 173 | 325 | 351 | 57 | 11 | 0 | 11 | 277 | 107 | 106 |
| Binary | 1111011 | 11010101 | 11101001 | 101111 | 1001 | 0 | 1001 | 10111111 | 1000111 | 1000110 |
Color Harmonies of #7BD5E9
Complementary color
Monochromatic Colors of #7BD5E9
Black with #7BD5E9
Text Example
Text Example
White with #7BD5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD5E9; }
p { color: rgb(123,213,233); }
H1.HeaderClassName
{
color: #7BD5E9;
}
.AnyTagClassName
{
color: #7BD5E9;
}
</style>
background-color css
<style>
a { background-color: #7BD5E9; }
a { background-color: rgb(123,213,233); }
div.DivClassName
{
background-color: #7BD5E9;
}
.BgClassName
{
background-color: #7BD5E9;
}
</style>
border-color css
<style>
span { border-color: #7BD5E9; }
span { border-color: rgb(123,213,233); }
td.TdClassName
{
border-color: #7BD5E9;
}
.TagClassName
{
border-color: #7BD5E9;
}
</style>