Shades of Spray #7BCFDB
Tints of Spray #7BCFDB
RGB
CMYK
RGB Variations
Color information
#7BCFDB (or 0x7BCFDB) is known color: Spray. HEX triplet: 7B, CF and DB. RGB value is (123,207,219). Sum of RGB (Red+Green+Blue) = 123+207+219=549 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.40% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #7BCFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCFDB is #843024. Grayscale: #B7B7B7. Windows color (decimal): -8663077 or 14405499. OLE color: 14405499.
HSL color Cylindrical-coordinate representation of color #7BCFDB: hue angle of 187.5º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BCFDB is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 207 | 219 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.14 |
| HSL | 187.5º | 0.57% | 0.67% | - |
| HSV(B) | 187.5º | 0.44% | 0.86% | - |
| XYZ | 43.27 | 53.95 | 75.15 | - |
| YUV | 183.25 | 148.17 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 219 | 0.44 | 0.05 | 0 | 0.14 | 187.5 | 0.57 | 0.67 |
| Hex | 7B | CF | DB | 2C | 5 | 0 | E | BC | 39 | 43 |
| Octal | 173 | 317 | 333 | 54 | 5 | 0 | 16 | 274 | 71 | 103 |
| Binary | 1111011 | 11001111 | 11011011 | 101100 | 101 | 0 | 1110 | 10111100 | 111001 | 1000011 |
Color Harmonies of #7BCFDB
Complementary color
Monochromatic Colors of #7BCFDB
Black with #7BCFDB
Text Example
Text Example
White with #7BCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCFDB; }
p { color: rgb(123,207,219); }
H1.HeaderClassName
{
color: #7BCFDB;
}
.AnyTagClassName
{
color: #7BCFDB;
}
</style>
background-color css
<style>
a { background-color: #7BCFDB; }
a { background-color: rgb(123,207,219); }
div.DivClassName
{
background-color: #7BCFDB;
}
.BgClassName
{
background-color: #7BCFDB;
}
</style>
border-color css
<style>
span { border-color: #7BCFDB; }
span { border-color: rgb(123,207,219); }
td.TdClassName
{
border-color: #7BCFDB;
}
.TagClassName
{
border-color: #7BCFDB;
}
</style>