Shades of Spray #7BCEDC
Tints of Spray #7BCEDC
RGB
CMYK
RGB Variations
Color information
#7BCEDC (or 0x7BCEDC) is known color: Spray. HEX triplet: 7B, CE and DC. RGB value is (123,206,220). Sum of RGB (Red+Green+Blue) = 123+206+220=549 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.40% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BCEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCEDC is #843123. Grayscale: #B6B6B6. Windows color (decimal): -8663332 or 14470779. OLE color: 14470779.
HSL color Cylindrical-coordinate representation of color #7BCEDC: hue angle of 188.66º 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 #7BCEDC is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 206 | 220 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.14 |
| HSL | 188.66º | 0.58% | 0.67% | - |
| HSV(B) | 188.66º | 0.44% | 0.86% | - |
| XYZ | 43.16 | 53.52 | 75.77 | - |
| YUV | 182.78 | 149 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 206 | 220 | 0.44 | 0.06 | 0 | 0.14 | 188.66 | 0.58 | 0.67 |
| Hex | 7B | CE | DC | 2C | 6 | 0 | E | BD | 3A | 43 |
| Octal | 173 | 316 | 334 | 54 | 6 | 0 | 16 | 275 | 72 | 103 |
| Binary | 1111011 | 11001110 | 11011100 | 101100 | 110 | 0 | 1110 | 10111101 | 111010 | 1000011 |
Color Harmonies of #7BCEDC
Complementary color
Monochromatic Colors of #7BCEDC
Black with #7BCEDC
Text Example
Text Example
White with #7BCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCEDC; }
p { color: rgb(123,206,220); }
H1.HeaderClassName
{
color: #7BCEDC;
}
.AnyTagClassName
{
color: #7BCEDC;
}
</style>
background-color css
<style>
a { background-color: #7BCEDC; }
a { background-color: rgb(123,206,220); }
div.DivClassName
{
background-color: #7BCEDC;
}
.BgClassName
{
background-color: #7BCEDC;
}
</style>
border-color css
<style>
span { border-color: #7BCEDC; }
span { border-color: rgb(123,206,220); }
td.TdClassName
{
border-color: #7BCEDC;
}
.TagClassName
{
border-color: #7BCEDC;
}
</style>