Shades of Spray #7BC9DE
Tints of Spray #7BC9DE
RGB
CMYK
RGB Variations
Color information
#7BC9DE (or 0x7BC9DE) is known color: Spray. HEX triplet: 7B, C9 and DE. RGB value is (123,201,222). Sum of RGB (Red+Green+Blue) = 123+201+222=546 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.53% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #7BC9DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC9DE is #843621. Grayscale: #B3B3B3. Windows color (decimal): -8664610 or 14600571. OLE color: 14600571.
HSL color Cylindrical-coordinate representation of color #7BC9DE: hue angle of 192.73º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BC9DE is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 201 | 222 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.13 |
| HSL | 192.73º | 0.6% | 0.68% | - |
| HSV(B) | 192.73º | 0.45% | 0.87% | - |
| XYZ | 42.24 | 51.26 | 76.77 | - |
| YUV | 180.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 201 | 222 | 0.45 | 0.09 | 0 | 0.13 | 192.73 | 0.6 | 0.68 |
| Hex | 7B | C9 | DE | 2D | 9 | 0 | D | C1 | 3C | 44 |
| Octal | 173 | 311 | 336 | 55 | 11 | 0 | 15 | 301 | 74 | 104 |
| Binary | 1111011 | 11001001 | 11011110 | 101101 | 1001 | 0 | 1101 | 11000001 | 111100 | 1000100 |
Color Harmonies of #7BC9DE
Complementary color
Monochromatic Colors of #7BC9DE
Black with #7BC9DE
Text Example
Text Example
White with #7BC9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC9DE; }
p { color: rgb(123,201,222); }
H1.HeaderClassName
{
color: #7BC9DE;
}
.AnyTagClassName
{
color: #7BC9DE;
}
</style>
background-color css
<style>
a { background-color: #7BC9DE; }
a { background-color: rgb(123,201,222); }
div.DivClassName
{
background-color: #7BC9DE;
}
.BgClassName
{
background-color: #7BC9DE;
}
</style>
border-color css
<style>
span { border-color: #7BC9DE; }
span { border-color: rgb(123,201,222); }
td.TdClassName
{
border-color: #7BC9DE;
}
.TagClassName
{
border-color: #7BC9DE;
}
</style>