Shades of Spray #74C8CE
Tints of Spray #74C8CE
RGB
CMYK
RGB Variations
Color information
#74C8CE (or 0x74C8CE) is known color: Spray. HEX triplet: 74, C8 and CE. RGB value is (116,200,206). Sum of RGB (Red+Green+Blue) = 116+200+206=522 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.22% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #74C8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C8CE is #8B3731. Grayscale: #AFAFAF. Windows color (decimal): -9123634 or 13551732. OLE color: 13551732.
HSL color Cylindrical-coordinate representation of color #74C8CE: hue angle of 184º degrees, saturation: 0.48, 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 #74C8CE is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 200 | 206 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.19 |
| HSL | 184º | 0.48% | 0.63% | - |
| HSV(B) | 184º | 0.44% | 0.81% | - |
| XYZ | 39 | 49.48 | 65.89 | - |
| YUV | 175.57 | 145.17 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 200 | 206 | 0.44 | 0.03 | 0 | 0.19 | 184 | 0.48 | 0.63 |
| Hex | 74 | C8 | CE | 2C | 3 | 0 | 13 | B8 | 30 | 3F |
| Octal | 164 | 310 | 316 | 54 | 3 | 0 | 23 | 270 | 60 | 77 |
| Binary | 1110100 | 11001000 | 11001110 | 101100 | 11 | 0 | 10011 | 10111000 | 110000 | 111111 |
Color Harmonies of #74C8CE
Complementary color
Monochromatic Colors of #74C8CE
Black with #74C8CE
Text Example
Text Example
White with #74C8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C8CE; }
p { color: rgb(116,200,206); }
H1.HeaderClassName
{
color: #74C8CE;
}
.AnyTagClassName
{
color: #74C8CE;
}
</style>
background-color css
<style>
a { background-color: #74C8CE; }
a { background-color: rgb(116,200,206); }
div.DivClassName
{
background-color: #74C8CE;
}
.BgClassName
{
background-color: #74C8CE;
}
</style>
border-color css
<style>
span { border-color: #74C8CE; }
span { border-color: rgb(116,200,206); }
td.TdClassName
{
border-color: #74C8CE;
}
.TagClassName
{
border-color: #74C8CE;
}
</style>