Shades of Spray #7BCFDC
Tints of Spray #7BCFDC
RGB
CMYK
RGB Variations
Color information
#7BCFDC (or 0x7BCFDC) is known color: Spray. HEX triplet: 7B, CF and DC. RGB value is (123,207,220). Sum of RGB (Red+Green+Blue) = 123+207+220=550 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.36% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BCFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCFDC is #843023. Grayscale: #B7B7B7. Windows color (decimal): -8663076 or 14471035. OLE color: 14471035.
HSL color Cylindrical-coordinate representation of color #7BCFDC: hue angle of 188.04º degrees, saturation: 0.58, 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 #7BCFDC is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 207 | 220 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.14 |
| HSL | 188.04º | 0.58% | 0.67% | - |
| HSV(B) | 188.04º | 0.44% | 0.86% | - |
| XYZ | 43.4 | 54 | 75.85 | - |
| YUV | 183.37 | 148.67 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 220 | 0.44 | 0.06 | 0 | 0.14 | 188.04 | 0.58 | 0.67 |
| Hex | 7B | CF | DC | 2C | 6 | 0 | E | BC | 3A | 43 |
| Octal | 173 | 317 | 334 | 54 | 6 | 0 | 16 | 274 | 72 | 103 |
| Binary | 1111011 | 11001111 | 11011100 | 101100 | 110 | 0 | 1110 | 10111100 | 111010 | 1000011 |
Color Harmonies of #7BCFDC
Complementary color
Monochromatic Colors of #7BCFDC
Black with #7BCFDC
Text Example
Text Example
White with #7BCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCFDC; }
p { color: rgb(123,207,220); }
H1.HeaderClassName
{
color: #7BCFDC;
}
.AnyTagClassName
{
color: #7BCFDC;
}
</style>
background-color css
<style>
a { background-color: #7BCFDC; }
a { background-color: rgb(123,207,220); }
div.DivClassName
{
background-color: #7BCFDC;
}
.BgClassName
{
background-color: #7BCFDC;
}
</style>
border-color css
<style>
span { border-color: #7BCFDC; }
span { border-color: rgb(123,207,220); }
td.TdClassName
{
border-color: #7BCFDC;
}
.TagClassName
{
border-color: #7BCFDC;
}
</style>