Shades of Spray #7CCBE0
Tints of Spray #7CCBE0
RGB
CMYK
RGB Variations
Color information
#7CCBE0 (or 0x7CCBE0) is known color: Spray. HEX triplet: 7C, CB and E0. RGB value is (124,203,224). Sum of RGB (Red+Green+Blue) = 124+203+224=551 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.50% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #7CCBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCBE0 is #83341F. Grayscale: #B5B5B5. Windows color (decimal): -8598560 or 14732156. OLE color: 14732156.
HSL color Cylindrical-coordinate representation of color #7CCBE0: hue angle of 192.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CCBE0 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 203 | 224 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.12 |
| HSL | 192.6º | 0.62% | 0.68% | - |
| HSV(B) | 192.6º | 0.45% | 0.88% | - |
| XYZ | 43.12 | 52.38 | 78.36 | - |
| YUV | 181.77 | 151.83 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 203 | 224 | 0.45 | 0.09 | 0 | 0.12 | 192.6 | 0.62 | 0.68 |
| Hex | 7C | CB | E0 | 2D | 9 | 0 | C | C1 | 3E | 44 |
| Octal | 174 | 313 | 340 | 55 | 11 | 0 | 14 | 301 | 76 | 104 |
| Binary | 1111100 | 11001011 | 11100000 | 101101 | 1001 | 0 | 1100 | 11000001 | 111110 | 1000100 |
Color Harmonies of #7CCBE0
Complementary color
Monochromatic Colors of #7CCBE0
Black with #7CCBE0
Text Example
Text Example
White with #7CCBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCBE0; }
p { color: rgb(124,203,224); }
H1.HeaderClassName
{
color: #7CCBE0;
}
.AnyTagClassName
{
color: #7CCBE0;
}
</style>
background-color css
<style>
a { background-color: #7CCBE0; }
a { background-color: rgb(124,203,224); }
div.DivClassName
{
background-color: #7CCBE0;
}
.BgClassName
{
background-color: #7CCBE0;
}
</style>
border-color css
<style>
span { border-color: #7CCBE0; }
span { border-color: rgb(124,203,224); }
td.TdClassName
{
border-color: #7CCBE0;
}
.TagClassName
{
border-color: #7CCBE0;
}
</style>