Shades of Spray #7BCDDC
Tints of Spray #7BCDDC
RGB
CMYK
RGB Variations
Color information
#7BCDDC (or 0x7BCDDC) is known color: Spray. HEX triplet: 7B, CD and DC. RGB value is (123,205,220). Sum of RGB (Red+Green+Blue) = 123+205+220=548 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.45% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BCDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCDDC is #843223. Grayscale: #B6B6B6. Windows color (decimal): -8663588 or 14470523. OLE color: 14470523.
HSL color Cylindrical-coordinate representation of color #7BCDDC: hue angle of 189.28º 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 #7BCDDC is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 205 | 220 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.14 |
| HSL | 189.28º | 0.58% | 0.67% | - |
| HSV(B) | 189.28º | 0.44% | 0.86% | - |
| XYZ | 42.92 | 53.04 | 75.69 | - |
| YUV | 182.19 | 149.33 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 220 | 0.44 | 0.07 | 0 | 0.14 | 189.28 | 0.58 | 0.67 |
| Hex | 7B | CD | DC | 2C | 7 | 0 | E | BD | 3A | 43 |
| Octal | 173 | 315 | 334 | 54 | 7 | 0 | 16 | 275 | 72 | 103 |
| Binary | 1111011 | 11001101 | 11011100 | 101100 | 111 | 0 | 1110 | 10111101 | 111010 | 1000011 |
Color Harmonies of #7BCDDC
Complementary color
Monochromatic Colors of #7BCDDC
Black with #7BCDDC
Text Example
Text Example
White with #7BCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCDDC; }
p { color: rgb(123,205,220); }
H1.HeaderClassName
{
color: #7BCDDC;
}
.AnyTagClassName
{
color: #7BCDDC;
}
</style>
background-color css
<style>
a { background-color: #7BCDDC; }
a { background-color: rgb(123,205,220); }
div.DivClassName
{
background-color: #7BCDDC;
}
.BgClassName
{
background-color: #7BCDDC;
}
</style>
border-color css
<style>
span { border-color: #7BCDDC; }
span { border-color: rgb(123,205,220); }
td.TdClassName
{
border-color: #7BCDDC;
}
.TagClassName
{
border-color: #7BCDDC;
}
</style>