Shades of Spray #74CCDA
Tints of Spray #74CCDA
RGB
CMYK
RGB Variations
Color information
#74CCDA (or 0x74CCDA) is known color: Spray. HEX triplet: 74, CC and DA. RGB value is (116,204,218). Sum of RGB (Red+Green+Blue) = 116+204+218=538 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.56% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #74CCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CCDA is #8B3325. Grayscale: #B3B3B3. Windows color (decimal): -9122598 or 14339188. OLE color: 14339188.
HSL color Cylindrical-coordinate representation of color #74CCDA: hue angle of 188.24º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74CCDA is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 204 | 218 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.15 |
| HSL | 188.24º | 0.58% | 0.65% | - |
| HSV(B) | 188.24º | 0.47% | 0.85% | - |
| XYZ | 41.45 | 51.96 | 74.17 | - |
| YUV | 179.28 | 149.85 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 204 | 218 | 0.47 | 0.06 | 0 | 0.15 | 188.24 | 0.58 | 0.65 |
| Hex | 74 | CC | DA | 2F | 6 | 0 | F | BC | 3A | 41 |
| Octal | 164 | 314 | 332 | 57 | 6 | 0 | 17 | 274 | 72 | 101 |
| Binary | 1110100 | 11001100 | 11011010 | 101111 | 110 | 0 | 1111 | 10111100 | 111010 | 1000001 |
Color Harmonies of #74CCDA
Complementary color
Monochromatic Colors of #74CCDA
Black with #74CCDA
Text Example
Text Example
White with #74CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CCDA; }
p { color: rgb(116,204,218); }
H1.HeaderClassName
{
color: #74CCDA;
}
.AnyTagClassName
{
color: #74CCDA;
}
</style>
background-color css
<style>
a { background-color: #74CCDA; }
a { background-color: rgb(116,204,218); }
div.DivClassName
{
background-color: #74CCDA;
}
.BgClassName
{
background-color: #74CCDA;
}
</style>
border-color css
<style>
span { border-color: #74CCDA; }
span { border-color: rgb(116,204,218); }
td.TdClassName
{
border-color: #74CCDA;
}
.TagClassName
{
border-color: #74CCDA;
}
</style>