Shades of Spray #7BCCDA
Tints of Spray #7BCCDA
RGB
CMYK
RGB Variations
Color information
#7BCCDA (or 0x7BCCDA) is known color: Spray. HEX triplet: 7B, CC and DA. RGB value is (123,204,218). Sum of RGB (Red+Green+Blue) = 123+204+218=545 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.57% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #7BCCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCCDA is #843325. Grayscale: #B5B5B5. Windows color (decimal): -8663846 or 14339195. OLE color: 14339195.
HSL color Cylindrical-coordinate representation of color #7BCCDA: hue angle of 188.84º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BCCDA is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 204 | 218 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.15 |
| HSL | 188.84º | 0.56% | 0.67% | - |
| HSV(B) | 188.84º | 0.44% | 0.85% | - |
| XYZ | 42.42 | 52.46 | 74.22 | - |
| YUV | 181.38 | 148.66 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 218 | 0.44 | 0.06 | 0 | 0.15 | 188.84 | 0.56 | 0.67 |
| Hex | 7B | CC | DA | 2C | 6 | 0 | F | BD | 38 | 43 |
| Octal | 173 | 314 | 332 | 54 | 6 | 0 | 17 | 275 | 70 | 103 |
| Binary | 1111011 | 11001100 | 11011010 | 101100 | 110 | 0 | 1111 | 10111101 | 111000 | 1000011 |
Color Harmonies of #7BCCDA
Complementary color
Monochromatic Colors of #7BCCDA
Black with #7BCCDA
Text Example
Text Example
White with #7BCCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCCDA; }
p { color: rgb(123,204,218); }
H1.HeaderClassName
{
color: #7BCCDA;
}
.AnyTagClassName
{
color: #7BCCDA;
}
</style>
background-color css
<style>
a { background-color: #7BCCDA; }
a { background-color: rgb(123,204,218); }
div.DivClassName
{
background-color: #7BCCDA;
}
.BgClassName
{
background-color: #7BCCDA;
}
</style>
border-color css
<style>
span { border-color: #7BCCDA; }
span { border-color: rgb(123,204,218); }
td.TdClassName
{
border-color: #7BCCDA;
}
.TagClassName
{
border-color: #7BCCDA;
}
</style>