Shades of Spray #75CFDD
Tints of Spray #75CFDD
RGB
CMYK
RGB Variations
Color information
#75CFDD (or 0x75CFDD) is known color: Spray. HEX triplet: 75, CF and DD. RGB value is (117,207,221). Sum of RGB (Red+Green+Blue) = 117+207+221=545 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.47% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #75CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CFDD is #8A3022. Grayscale: #B5B5B5. Windows color (decimal): -9056291 or 14536565. OLE color: 14536565.
HSL color Cylindrical-coordinate representation of color #75CFDD: hue angle of 188.08º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75CFDD is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 207 | 221 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.13 |
| HSL | 188.08º | 0.6% | 0.66% | - |
| HSV(B) | 188.08º | 0.47% | 0.87% | - |
| XYZ | 42.7 | 53.63 | 76.51 | - |
| YUV | 181.69 | 150.18 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 221 | 0.47 | 0.06 | 0 | 0.13 | 188.08 | 0.6 | 0.66 |
| Hex | 75 | CF | DD | 2F | 6 | 0 | D | BC | 3C | 42 |
| Octal | 165 | 317 | 335 | 57 | 6 | 0 | 15 | 274 | 74 | 102 |
| Binary | 1110101 | 11001111 | 11011101 | 101111 | 110 | 0 | 1101 | 10111100 | 111100 | 1000010 |
Color Harmonies of #75CFDD
Complementary color
Monochromatic Colors of #75CFDD
Black with #75CFDD
Text Example
Text Example
White with #75CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CFDD; }
p { color: rgb(117,207,221); }
H1.HeaderClassName
{
color: #75CFDD;
}
.AnyTagClassName
{
color: #75CFDD;
}
</style>
background-color css
<style>
a { background-color: #75CFDD; }
a { background-color: rgb(117,207,221); }
div.DivClassName
{
background-color: #75CFDD;
}
.BgClassName
{
background-color: #75CFDD;
}
</style>
border-color css
<style>
span { border-color: #75CFDD; }
span { border-color: rgb(117,207,221); }
td.TdClassName
{
border-color: #75CFDD;
}
.TagClassName
{
border-color: #75CFDD;
}
</style>