Shades of Spray #74C9DD
Tints of Spray #74C9DD
RGB
CMYK
RGB Variations
Color information
#74C9DD (or 0x74C9DD) is known color: Spray. HEX triplet: 74, C9 and DD. RGB value is (116,201,221). Sum of RGB (Red+Green+Blue) = 116+201+221=538 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.56% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #74C9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C9DD is #8B3622. Grayscale: #B1B1B1. Windows color (decimal): -9123363 or 14535028. OLE color: 14535028.
HSL color Cylindrical-coordinate representation of color #74C9DD: hue angle of 191.43º 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 #74C9DD is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 201 | 221 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.13 |
| HSL | 191.43º | 0.61% | 0.66% | - |
| HSV(B) | 191.43º | 0.48% | 0.87% | - |
| XYZ | 41.14 | 50.71 | 76.03 | - |
| YUV | 177.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 201 | 221 | 0.48 | 0.09 | 0 | 0.13 | 191.43 | 0.61 | 0.66 |
| Hex | 74 | C9 | DD | 30 | 9 | 0 | D | BF | 3D | 42 |
| Octal | 164 | 311 | 335 | 60 | 11 | 0 | 15 | 277 | 75 | 102 |
| Binary | 1110100 | 11001001 | 11011101 | 110000 | 1001 | 0 | 1101 | 10111111 | 111101 | 1000010 |
Color Harmonies of #74C9DD
Complementary color
Monochromatic Colors of #74C9DD
Black with #74C9DD
Text Example
Text Example
White with #74C9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C9DD; }
p { color: rgb(116,201,221); }
H1.HeaderClassName
{
color: #74C9DD;
}
.AnyTagClassName
{
color: #74C9DD;
}
</style>
background-color css
<style>
a { background-color: #74C9DD; }
a { background-color: rgb(116,201,221); }
div.DivClassName
{
background-color: #74C9DD;
}
.BgClassName
{
background-color: #74C9DD;
}
</style>
border-color css
<style>
span { border-color: #74C9DD; }
span { border-color: rgb(116,201,221); }
td.TdClassName
{
border-color: #74C9DD;
}
.TagClassName
{
border-color: #74C9DD;
}
</style>