Shades of Spray #74CFDA
Tints of Spray #74CFDA
RGB
CMYK
RGB Variations
Color information
#74CFDA (or 0x74CFDA) is known color: Spray. HEX triplet: 74, CF and DA. RGB value is (116,207,218). Sum of RGB (Red+Green+Blue) = 116+207+218=541 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.44% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #74CFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFDA is #8B3025. Grayscale: #B4B4B4. Windows color (decimal): -9121830 or 14339956. OLE color: 14339956.
HSL color Cylindrical-coordinate representation of color #74CFDA: hue angle of 186.47º 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 #74CFDA is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 207 | 218 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.15 |
| HSL | 186.47º | 0.58% | 0.65% | - |
| HSV(B) | 186.47º | 0.47% | 0.85% | - |
| XYZ | 42.17 | 53.4 | 74.41 | - |
| YUV | 181.05 | 148.85 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 218 | 0.47 | 0.05 | 0 | 0.15 | 186.47 | 0.58 | 0.65 |
| Hex | 74 | CF | DA | 2F | 5 | 0 | F | BA | 3A | 41 |
| Octal | 164 | 317 | 332 | 57 | 5 | 0 | 17 | 272 | 72 | 101 |
| Binary | 1110100 | 11001111 | 11011010 | 101111 | 101 | 0 | 1111 | 10111010 | 111010 | 1000001 |
Color Harmonies of #74CFDA
Complementary color
Monochromatic Colors of #74CFDA
Black with #74CFDA
Text Example
Text Example
White with #74CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CFDA; }
p { color: rgb(116,207,218); }
H1.HeaderClassName
{
color: #74CFDA;
}
.AnyTagClassName
{
color: #74CFDA;
}
</style>
background-color css
<style>
a { background-color: #74CFDA; }
a { background-color: rgb(116,207,218); }
div.DivClassName
{
background-color: #74CFDA;
}
.BgClassName
{
background-color: #74CFDA;
}
</style>
border-color css
<style>
span { border-color: #74CFDA; }
span { border-color: rgb(116,207,218); }
td.TdClassName
{
border-color: #74CFDA;
}
.TagClassName
{
border-color: #74CFDA;
}
</style>