Shades of Spray #74CEDF
Tints of Spray #74CEDF
RGB
CMYK
RGB Variations
Color information
#74CEDF (or 0x74CEDF) is known color: Spray. HEX triplet: 74, CE and DF. RGB value is (116,206,223). Sum of RGB (Red+Green+Blue) = 116+206+223=545 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.28% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #74CEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CEDF is #8B3120. Grayscale: #B4B4B4. Windows color (decimal): -9122081 or 14667380. OLE color: 14667380.
HSL color Cylindrical-coordinate representation of color #74CEDF: hue angle of 189.53º degrees, saturation: 0.63, 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 #74CEDF is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 206 | 223 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.13 |
| HSL | 189.53º | 0.63% | 0.66% | - |
| HSV(B) | 189.53º | 0.48% | 0.87% | - |
| XYZ | 42.59 | 53.18 | 77.83 | - |
| YUV | 181.03 | 151.68 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 223 | 0.48 | 0.08 | 0 | 0.13 | 189.53 | 0.63 | 0.66 |
| Hex | 74 | CE | DF | 30 | 8 | 0 | D | BE | 3F | 42 |
| Octal | 164 | 316 | 337 | 60 | 10 | 0 | 15 | 276 | 77 | 102 |
| Binary | 1110100 | 11001110 | 11011111 | 110000 | 1000 | 0 | 1101 | 10111110 | 111111 | 1000010 |
Color Harmonies of #74CEDF
Complementary color
Monochromatic Colors of #74CEDF
Black with #74CEDF
Text Example
Text Example
White with #74CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CEDF; }
p { color: rgb(116,206,223); }
H1.HeaderClassName
{
color: #74CEDF;
}
.AnyTagClassName
{
color: #74CEDF;
}
</style>
background-color css
<style>
a { background-color: #74CEDF; }
a { background-color: rgb(116,206,223); }
div.DivClassName
{
background-color: #74CEDF;
}
.BgClassName
{
background-color: #74CEDF;
}
</style>
border-color css
<style>
span { border-color: #74CEDF; }
span { border-color: rgb(116,206,223); }
td.TdClassName
{
border-color: #74CEDF;
}
.TagClassName
{
border-color: #74CEDF;
}
</style>