Shades of Spray #75C7DE
Tints of Spray #75C7DE
RGB
CMYK
RGB Variations
Color information
#75C7DE (or 0x75C7DE) is known color: Spray. HEX triplet: 75, C7 and DE. RGB value is (117,199,222). Sum of RGB (Red+Green+Blue) = 117+199+222=538 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.75% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #75C7DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C7DE is #8A3821. Grayscale: #B0B0B0. Windows color (decimal): -9058338 or 14600053. OLE color: 14600053.
HSL color Cylindrical-coordinate representation of color #75C7DE: hue angle of 193.14º degrees, saturation: 0.61, 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 #75C7DE is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 199 | 222 | - |
| CMYK | 0.47 | 0.10 | 0 | 0.13 |
| HSL | 193.14º | 0.61% | 0.66% | - |
| HSV(B) | 193.14º | 0.47% | 0.87% | - |
| XYZ | 40.94 | 49.9 | 76.58 | - |
| YUV | 177.1 | 153.33 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 199 | 222 | 0.47 | 0.10 | 0 | 0.13 | 193.14 | 0.61 | 0.66 |
| Hex | 75 | C7 | DE | 2F | A | 0 | D | C1 | 3D | 42 |
| Octal | 165 | 307 | 336 | 57 | 12 | 0 | 15 | 301 | 75 | 102 |
| Binary | 1110101 | 11000111 | 11011110 | 101111 | 1010 | 0 | 1101 | 11000001 | 111101 | 1000010 |
Color Harmonies of #75C7DE
Complementary color
Monochromatic Colors of #75C7DE
Black with #75C7DE
Text Example
Text Example
White with #75C7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C7DE; }
p { color: rgb(117,199,222); }
H1.HeaderClassName
{
color: #75C7DE;
}
.AnyTagClassName
{
color: #75C7DE;
}
</style>
background-color css
<style>
a { background-color: #75C7DE; }
a { background-color: rgb(117,199,222); }
div.DivClassName
{
background-color: #75C7DE;
}
.BgClassName
{
background-color: #75C7DE;
}
</style>
border-color css
<style>
span { border-color: #75C7DE; }
span { border-color: rgb(117,199,222); }
td.TdClassName
{
border-color: #75C7DE;
}
.TagClassName
{
border-color: #75C7DE;
}
</style>