Shades of Spray #7CDAE4
Tints of Spray #7CDAE4
RGB
CMYK
RGB Variations
Color information
#7CDAE4 (or 0x7CDAE4) is known color: Spray. HEX triplet: 7C, DA and E4. RGB value is (124,218,228). Sum of RGB (Red+Green+Blue) = 124+218+228=570 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.75% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 228 - color contains mainly: blue. Hex color #7CDAE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDAE4 is #83251B. Grayscale: #BEBEBE. Windows color (decimal): -8594716 or 14998140. OLE color: 14998140.
HSL color Cylindrical-coordinate representation of color #7CDAE4: hue angle of 185.77º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CDAE4 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 218 | 228 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.11 |
| HSL | 185.77º | 0.66% | 0.69% | - |
| HSV(B) | 185.77º | 0.46% | 0.89% | - |
| XYZ | 47.39 | 60.03 | 82.49 | - |
| YUV | 191.03 | 148.86 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 218 | 228 | 0.46 | 0.04 | 0 | 0.11 | 185.77 | 0.66 | 0.69 |
| Hex | 7C | DA | E4 | 2E | 4 | 0 | B | BA | 42 | 45 |
| Octal | 174 | 332 | 344 | 56 | 4 | 0 | 13 | 272 | 102 | 105 |
| Binary | 1111100 | 11011010 | 11100100 | 101110 | 100 | 0 | 1011 | 10111010 | 1000010 | 1000101 |
Color Harmonies of #7CDAE4
Complementary color
Monochromatic Colors of #7CDAE4
Black with #7CDAE4
Text Example
Text Example
White with #7CDAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDAE4; }
p { color: rgb(124,218,228); }
H1.HeaderClassName
{
color: #7CDAE4;
}
.AnyTagClassName
{
color: #7CDAE4;
}
</style>
background-color css
<style>
a { background-color: #7CDAE4; }
a { background-color: rgb(124,218,228); }
div.DivClassName
{
background-color: #7CDAE4;
}
.BgClassName
{
background-color: #7CDAE4;
}
</style>
border-color css
<style>
span { border-color: #7CDAE4; }
span { border-color: rgb(124,218,228); }
td.TdClassName
{
border-color: #7CDAE4;
}
.TagClassName
{
border-color: #7CDAE4;
}
</style>