Shades of Spray #74C7DB
Tints of Spray #74C7DB
RGB
CMYK
RGB Variations
Color information
#74C7DB (or 0x74C7DB) is known color: Spray. HEX triplet: 74, C7 and DB. RGB value is (116,199,219). Sum of RGB (Red+Green+Blue) = 116+199+219=534 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.72% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #74C7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C7DB is #8B3824. Grayscale: #B0B0B0. Windows color (decimal): -9123877 or 14403444. OLE color: 14403444.
HSL color Cylindrical-coordinate representation of color #74C7DB: hue angle of 191.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74C7DB is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 199 | 219 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.14 |
| HSL | 191.65º | 0.59% | 0.66% | - |
| HSV(B) | 191.65º | 0.47% | 0.86% | - |
| XYZ | 40.41 | 49.67 | 74.48 | - |
| YUV | 176.46 | 152 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 199 | 219 | 0.47 | 0.09 | 0 | 0.14 | 191.65 | 0.59 | 0.66 |
| Hex | 74 | C7 | DB | 2F | 9 | 0 | E | C0 | 3B | 42 |
| Octal | 164 | 307 | 333 | 57 | 11 | 0 | 16 | 300 | 73 | 102 |
| Binary | 1110100 | 11000111 | 11011011 | 101111 | 1001 | 0 | 1110 | 11000000 | 111011 | 1000010 |
Color Harmonies of #74C7DB
Complementary color
Monochromatic Colors of #74C7DB
Black with #74C7DB
Text Example
Text Example
White with #74C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C7DB; }
p { color: rgb(116,199,219); }
H1.HeaderClassName
{
color: #74C7DB;
}
.AnyTagClassName
{
color: #74C7DB;
}
</style>
background-color css
<style>
a { background-color: #74C7DB; }
a { background-color: rgb(116,199,219); }
div.DivClassName
{
background-color: #74C7DB;
}
.BgClassName
{
background-color: #74C7DB;
}
</style>
border-color css
<style>
span { border-color: #74C7DB; }
span { border-color: rgb(116,199,219); }
td.TdClassName
{
border-color: #74C7DB;
}
.TagClassName
{
border-color: #74C7DB;
}
</style>