Shades of Spray #7BD1E9
Tints of Spray #7BD1E9
RGB
CMYK
RGB Variations
Color information
#7BD1E9 (or 0x7BD1E9) is known color: Spray. HEX triplet: 7B, D1 and E9. RGB value is (123,209,233). Sum of RGB (Red+Green+Blue) = 123+209+233=565 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.77% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 233 - color contains mainly: blue. Hex color #7BD1E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BD1E9 is #842E16. Grayscale: #B9B9B9. Windows color (decimal): -8662551 or 15323515. OLE color: 15323515.
HSL color Cylindrical-coordinate representation of color #7BD1E9: hue angle of 193.09º 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 #7BD1E9 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 209 | 233 | - |
| CMYK | 0.47 | 0.10 | 0 | 0.09 |
| HSL | 193.09º | 0.71% | 0.7% | - |
| HSV(B) | 193.09º | 0.47% | 0.91% | - |
| XYZ | 45.68 | 55.7 | 85.43 | - |
| YUV | 186.02 | 154.51 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 209 | 233 | 0.47 | 0.10 | 0 | 0.09 | 193.09 | 0.71 | 0.7 |
| Hex | 7B | D1 | E9 | 2F | A | 0 | 9 | C1 | 47 | 46 |
| Octal | 173 | 321 | 351 | 57 | 12 | 0 | 11 | 301 | 107 | 106 |
| Binary | 1111011 | 11010001 | 11101001 | 101111 | 1010 | 0 | 1001 | 11000001 | 1000111 | 1000110 |
Color Harmonies of #7BD1E9
Complementary color
Monochromatic Colors of #7BD1E9
Black with #7BD1E9
Text Example
Text Example
White with #7BD1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD1E9; }
p { color: rgb(123,209,233); }
H1.HeaderClassName
{
color: #7BD1E9;
}
.AnyTagClassName
{
color: #7BD1E9;
}
</style>
background-color css
<style>
a { background-color: #7BD1E9; }
a { background-color: rgb(123,209,233); }
div.DivClassName
{
background-color: #7BD1E9;
}
.BgClassName
{
background-color: #7BD1E9;
}
</style>
border-color css
<style>
span { border-color: #7BD1E9; }
span { border-color: rgb(123,209,233); }
td.TdClassName
{
border-color: #7BD1E9;
}
.TagClassName
{
border-color: #7BD1E9;
}
</style>