Shades of Spray #74CCDD
Tints of Spray #74CCDD
RGB
CMYK
RGB Variations
Color information
#74CCDD (or 0x74CCDD) is known color: Spray. HEX triplet: 74, CC and DD. RGB value is (116,204,221). Sum of RGB (Red+Green+Blue) = 116+204+221=541 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.44% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #74CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CCDD is #8B3322. Grayscale: #B3B3B3. Windows color (decimal): -9122595 or 14535796. OLE color: 14535796.
HSL color Cylindrical-coordinate representation of color #74CCDD: hue angle of 189.71º 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 #74CCDD is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 204 | 221 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.13 |
| HSL | 189.71º | 0.61% | 0.66% | - |
| HSV(B) | 189.71º | 0.48% | 0.87% | - |
| XYZ | 41.85 | 52.12 | 76.26 | - |
| YUV | 179.63 | 151.35 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 204 | 221 | 0.48 | 0.08 | 0 | 0.13 | 189.71 | 0.61 | 0.66 |
| Hex | 74 | CC | DD | 30 | 8 | 0 | D | BE | 3D | 42 |
| Octal | 164 | 314 | 335 | 60 | 10 | 0 | 15 | 276 | 75 | 102 |
| Binary | 1110100 | 11001100 | 11011101 | 110000 | 1000 | 0 | 1101 | 10111110 | 111101 | 1000010 |
Color Harmonies of #74CCDD
Complementary color
Monochromatic Colors of #74CCDD
Black with #74CCDD
Text Example
Text Example
White with #74CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CCDD; }
p { color: rgb(116,204,221); }
H1.HeaderClassName
{
color: #74CCDD;
}
.AnyTagClassName
{
color: #74CCDD;
}
</style>
background-color css
<style>
a { background-color: #74CCDD; }
a { background-color: rgb(116,204,221); }
div.DivClassName
{
background-color: #74CCDD;
}
.BgClassName
{
background-color: #74CCDD;
}
</style>
border-color css
<style>
span { border-color: #74CCDD; }
span { border-color: rgb(116,204,221); }
td.TdClassName
{
border-color: #74CCDD;
}
.TagClassName
{
border-color: #74CCDD;
}
</style>