Shades of Spray #74CFDD
Tints of Spray #74CFDD
RGB
CMYK
RGB Variations
Color information
#74CFDD (or 0x74CFDD) is known color: Spray. HEX triplet: 74, CF and DD. RGB value is (116,207,221). Sum of RGB (Red+Green+Blue) = 116+207+221=544 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.32% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #74CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFDD is #8B3022. Grayscale: #B5B5B5. Windows color (decimal): -9121827 or 14536564. OLE color: 14536564.
HSL color Cylindrical-coordinate representation of color #74CFDD: hue angle of 188º 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 #74CFDD is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 207 | 221 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.13 |
| HSL | 188º | 0.61% | 0.66% | - |
| HSV(B) | 188º | 0.48% | 0.87% | - |
| XYZ | 42.57 | 53.56 | 76.5 | - |
| YUV | 181.39 | 150.35 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 221 | 0.48 | 0.06 | 0 | 0.13 | 188 | 0.61 | 0.66 |
| Hex | 74 | CF | DD | 30 | 6 | 0 | D | BC | 3D | 42 |
| Octal | 164 | 317 | 335 | 60 | 6 | 0 | 15 | 274 | 75 | 102 |
| Binary | 1110100 | 11001111 | 11011101 | 110000 | 110 | 0 | 1101 | 10111100 | 111101 | 1000010 |
Color Harmonies of #74CFDD
Complementary color
Monochromatic Colors of #74CFDD
Black with #74CFDD
Text Example
Text Example
White with #74CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CFDD; }
p { color: rgb(116,207,221); }
H1.HeaderClassName
{
color: #74CFDD;
}
.AnyTagClassName
{
color: #74CFDD;
}
</style>
background-color css
<style>
a { background-color: #74CFDD; }
a { background-color: rgb(116,207,221); }
div.DivClassName
{
background-color: #74CFDD;
}
.BgClassName
{
background-color: #74CFDD;
}
</style>
border-color css
<style>
span { border-color: #74CFDD; }
span { border-color: rgb(116,207,221); }
td.TdClassName
{
border-color: #74CFDD;
}
.TagClassName
{
border-color: #74CFDD;
}
</style>