Shades of Spray #74C7DD
Tints of Spray #74C7DD
RGB
CMYK
RGB Variations
Color information
#74C7DD (or 0x74C7DD) is known color: Spray. HEX triplet: 74, C7 and DD. RGB value is (116,199,221). Sum of RGB (Red+Green+Blue) = 116+199+221=536 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.64% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #74C7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C7DD is #8B3822. Grayscale: #B0B0B0. Windows color (decimal): -9123875 or 14534516. OLE color: 14534516.
HSL color Cylindrical-coordinate representation of color #74C7DD: hue angle of 192.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74C7DD is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 199 | 221 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.13 |
| HSL | 192.57º | 0.61% | 0.66% | - |
| HSV(B) | 192.57º | 0.48% | 0.87% | - |
| XYZ | 40.68 | 49.78 | 75.87 | - |
| YUV | 176.69 | 153 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 199 | 221 | 0.48 | 0.10 | 0 | 0.13 | 192.57 | 0.61 | 0.66 |
| Hex | 74 | C7 | DD | 30 | A | 0 | D | C1 | 3D | 42 |
| Octal | 164 | 307 | 335 | 60 | 12 | 0 | 15 | 301 | 75 | 102 |
| Binary | 1110100 | 11000111 | 11011101 | 110000 | 1010 | 0 | 1101 | 11000001 | 111101 | 1000010 |
Color Harmonies of #74C7DD
Complementary color
Monochromatic Colors of #74C7DD
Black with #74C7DD
Text Example
Text Example
White with #74C7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C7DD; }
p { color: rgb(116,199,221); }
H1.HeaderClassName
{
color: #74C7DD;
}
.AnyTagClassName
{
color: #74C7DD;
}
</style>
background-color css
<style>
a { background-color: #74C7DD; }
a { background-color: rgb(116,199,221); }
div.DivClassName
{
background-color: #74C7DD;
}
.BgClassName
{
background-color: #74C7DD;
}
</style>
border-color css
<style>
span { border-color: #74C7DD; }
span { border-color: rgb(116,199,221); }
td.TdClassName
{
border-color: #74C7DD;
}
.TagClassName
{
border-color: #74C7DD;
}
</style>