Shades of Spray #7CCBDC
Tints of Spray #7CCBDC
RGB
CMYK
RGB Variations
Color information
#7CCBDC (or 0x7CCBDC) is known color: Spray. HEX triplet: 7C, CB and DC. RGB value is (124,203,220). Sum of RGB (Red+Green+Blue) = 124+203+220=547 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.67% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CCBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCBDC is #833423. Grayscale: #B5B5B5. Windows color (decimal): -8598564 or 14470012. OLE color: 14470012.
HSL color Cylindrical-coordinate representation of color #7CCBDC: hue angle of 190.62º 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 #7CCBDC is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 203 | 220 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.14 |
| HSL | 190.63º | 0.58% | 0.67% | - |
| HSV(B) | 190.63º | 0.44% | 0.86% | - |
| XYZ | 42.59 | 52.16 | 75.53 | - |
| YUV | 181.32 | 149.83 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 203 | 220 | 0.44 | 0.08 | 0 | 0.14 | 190.63 | 0.58 | 0.67 |
| Hex | 7C | CB | DC | 2C | 8 | 0 | E | BF | 3A | 43 |
| Octal | 174 | 313 | 334 | 54 | 10 | 0 | 16 | 277 | 72 | 103 |
| Binary | 1111100 | 11001011 | 11011100 | 101100 | 1000 | 0 | 1110 | 10111111 | 111010 | 1000011 |
Color Harmonies of #7CCBDC
Complementary color
Monochromatic Colors of #7CCBDC
Black with #7CCBDC
Text Example
Text Example
White with #7CCBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCBDC; }
p { color: rgb(124,203,220); }
H1.HeaderClassName
{
color: #7CCBDC;
}
.AnyTagClassName
{
color: #7CCBDC;
}
</style>
background-color css
<style>
a { background-color: #7CCBDC; }
a { background-color: rgb(124,203,220); }
div.DivClassName
{
background-color: #7CCBDC;
}
.BgClassName
{
background-color: #7CCBDC;
}
</style>
border-color css
<style>
span { border-color: #7CCBDC; }
span { border-color: rgb(124,203,220); }
td.TdClassName
{
border-color: #7CCBDC;
}
.TagClassName
{
border-color: #7CCBDC;
}
</style>