Shades of Spray #7BCCD7
Tints of Spray #7BCCD7
RGB
CMYK
RGB Variations
Color information
#7BCCD7 (or 0x7BCCD7) is known color: Spray. HEX triplet: 7B, CC and D7. RGB value is (123,204,215). Sum of RGB (Red+Green+Blue) = 123+204+215=542 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.69% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 215 - color contains mainly: blue. Hex color #7BCCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCCD7 is #843328. Grayscale: #B4B4B4. Windows color (decimal): -8663849 or 14142587. OLE color: 14142587.
HSL color Cylindrical-coordinate representation of color #7BCCD7: hue angle of 187.17º 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 #7BCCD7 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 204 | 215 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.16 |
| HSL | 187.17º | 0.53% | 0.66% | - |
| HSV(B) | 187.17º | 0.43% | 0.84% | - |
| XYZ | 42.03 | 52.3 | 72.17 | - |
| YUV | 181.04 | 147.16 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 215 | 0.43 | 0.05 | 0 | 0.16 | 187.17 | 0.53 | 0.66 |
| Hex | 7B | CC | D7 | 2B | 5 | 0 | 10 | BB | 35 | 42 |
| Octal | 173 | 314 | 327 | 53 | 5 | 0 | 20 | 273 | 65 | 102 |
| Binary | 1111011 | 11001100 | 11010111 | 101011 | 101 | 0 | 10000 | 10111011 | 110101 | 1000010 |
Color Harmonies of #7BCCD7
Complementary color
Monochromatic Colors of #7BCCD7
Black with #7BCCD7
Text Example
Text Example
White with #7BCCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCCD7; }
p { color: rgb(123,204,215); }
H1.HeaderClassName
{
color: #7BCCD7;
}
.AnyTagClassName
{
color: #7BCCD7;
}
</style>
background-color css
<style>
a { background-color: #7BCCD7; }
a { background-color: rgb(123,204,215); }
div.DivClassName
{
background-color: #7BCCD7;
}
.BgClassName
{
background-color: #7BCCD7;
}
</style>
border-color css
<style>
span { border-color: #7BCCD7; }
span { border-color: rgb(123,204,215); }
td.TdClassName
{
border-color: #7BCCD7;
}
.TagClassName
{
border-color: #7BCCD7;
}
</style>