Shades of Spray #74CEDC
Tints of Spray #74CEDC
RGB
CMYK
RGB Variations
Color information
#74CEDC (or 0x74CEDC) is known color: Spray. HEX triplet: 74, CE and DC. RGB value is (116,206,220). Sum of RGB (Red+Green+Blue) = 116+206+220=542 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.40% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #74CEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CEDC is #8B3123. Grayscale: #B4B4B4. Windows color (decimal): -9122084 or 14470772. OLE color: 14470772.
HSL color Cylindrical-coordinate representation of color #74CEDC: hue angle of 188.08º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74CEDC is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 206 | 220 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.14 |
| HSL | 188.08º | 0.6% | 0.66% | - |
| HSV(B) | 188.08º | 0.47% | 0.86% | - |
| XYZ | 42.19 | 53.02 | 75.72 | - |
| YUV | 180.69 | 150.18 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 220 | 0.47 | 0.06 | 0 | 0.14 | 188.08 | 0.6 | 0.66 |
| Hex | 74 | CE | DC | 2F | 6 | 0 | E | BC | 3C | 42 |
| Octal | 164 | 316 | 334 | 57 | 6 | 0 | 16 | 274 | 74 | 102 |
| Binary | 1110100 | 11001110 | 11011100 | 101111 | 110 | 0 | 1110 | 10111100 | 111100 | 1000010 |
Color Harmonies of #74CEDC
Complementary color
Monochromatic Colors of #74CEDC
Black with #74CEDC
Text Example
Text Example
White with #74CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CEDC; }
p { color: rgb(116,206,220); }
H1.HeaderClassName
{
color: #74CEDC;
}
.AnyTagClassName
{
color: #74CEDC;
}
</style>
background-color css
<style>
a { background-color: #74CEDC; }
a { background-color: rgb(116,206,220); }
div.DivClassName
{
background-color: #74CEDC;
}
.BgClassName
{
background-color: #74CEDC;
}
</style>
border-color css
<style>
span { border-color: #74CEDC; }
span { border-color: rgb(116,206,220); }
td.TdClassName
{
border-color: #74CEDC;
}
.TagClassName
{
border-color: #74CEDC;
}
</style>