Shades of Spray #74CECF
Tints of Spray #74CECF
RGB
CMYK
RGB Variations
Color information
#74CECF (or 0x74CECF) is known color: Spray. HEX triplet: 74, CE and CF. RGB value is (116,206,207). Sum of RGB (Red+Green+Blue) = 116+206+207=529 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.93% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #74CECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CECF is #8B3130. Grayscale: #B3B3B3. Windows color (decimal): -9122097 or 13618804. OLE color: 13618804.
HSL color Cylindrical-coordinate representation of color #74CECF: hue angle of 180.66º 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 #74CECF is Cyan = 0.44, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 206 | 207 | - |
| CMYK | 0.44 | 0.00 | 0 | 0.19 |
| HSL | 180.66º | 0.49% | 0.63% | - |
| HSV(B) | 180.66º | 0.44% | 0.81% | - |
| XYZ | 40.54 | 52.36 | 67 | - |
| YUV | 179.2 | 143.68 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 207 | 0.44 | 0.00 | 0 | 0.19 | 180.66 | 0.49 | 0.63 |
| Hex | 74 | CE | CF | 2C | 0 | 0 | 13 | B5 | 31 | 3F |
| Octal | 164 | 316 | 317 | 54 | 0 | 0 | 23 | 265 | 61 | 77 |
| Binary | 1110100 | 11001110 | 11001111 | 101100 | 0 | 0 | 10011 | 10110101 | 110001 | 111111 |
Color Harmonies of #74CECF
Complementary color
Monochromatic Colors of #74CECF
Black with #74CECF
Text Example
Text Example
White with #74CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CECF; }
p { color: rgb(116,206,207); }
H1.HeaderClassName
{
color: #74CECF;
}
.AnyTagClassName
{
color: #74CECF;
}
</style>
background-color css
<style>
a { background-color: #74CECF; }
a { background-color: rgb(116,206,207); }
div.DivClassName
{
background-color: #74CECF;
}
.BgClassName
{
background-color: #74CECF;
}
</style>
border-color css
<style>
span { border-color: #74CECF; }
span { border-color: rgb(116,206,207); }
td.TdClassName
{
border-color: #74CECF;
}
.TagClassName
{
border-color: #74CECF;
}
</style>