Shades of Spray #74C8CF
Tints of Spray #74C8CF
RGB
CMYK
RGB Variations
Color information
#74C8CF (or 0x74C8CF) is known color: Spray. HEX triplet: 74, C8 and CF. RGB value is (116,200,207). Sum of RGB (Red+Green+Blue) = 116+200+207=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #74C8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C8CF is #8B3730. Grayscale: #AFAFAF. Windows color (decimal): -9123633 or 13617268. OLE color: 13617268.
HSL color Cylindrical-coordinate representation of color #74C8CF: hue angle of 184.62º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74C8CF is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 200 | 207 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.19 |
| HSL | 184.62º | 0.49% | 0.63% | - |
| HSV(B) | 184.62º | 0.44% | 0.81% | - |
| XYZ | 39.12 | 49.53 | 66.53 | - |
| YUV | 175.68 | 145.67 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 200 | 207 | 0.44 | 0.03 | 0 | 0.19 | 184.62 | 0.49 | 0.63 |
| Hex | 74 | C8 | CF | 2C | 3 | 0 | 13 | B9 | 31 | 3F |
| Octal | 164 | 310 | 317 | 54 | 3 | 0 | 23 | 271 | 61 | 77 |
| Binary | 1110100 | 11001000 | 11001111 | 101100 | 11 | 0 | 10011 | 10111001 | 110001 | 111111 |
Color Harmonies of #74C8CF
Complementary color
Monochromatic Colors of #74C8CF
Black with #74C8CF
Text Example
Text Example
White with #74C8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C8CF; }
p { color: rgb(116,200,207); }
H1.HeaderClassName
{
color: #74C8CF;
}
.AnyTagClassName
{
color: #74C8CF;
}
</style>
background-color css
<style>
a { background-color: #74C8CF; }
a { background-color: rgb(116,200,207); }
div.DivClassName
{
background-color: #74C8CF;
}
.BgClassName
{
background-color: #74C8CF;
}
</style>
border-color css
<style>
span { border-color: #74C8CF; }
span { border-color: rgb(116,200,207); }
td.TdClassName
{
border-color: #74C8CF;
}
.TagClassName
{
border-color: #74C8CF;
}
</style>