Shades of Spray #75C7D4
Tints of Spray #75C7D4
RGB
CMYK
RGB Variations
Color information
#75C7D4 (or 0x75C7D4) is known color: Spray. HEX triplet: 75, C7 and D4. RGB value is (117,199,212). Sum of RGB (Red+Green+Blue) = 117+199+212=528 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.16% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 212 - color contains mainly: blue. Hex color #75C7D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C7D4 is #8A382B. Grayscale: #AFAFAF. Windows color (decimal): -9058348 or 13944693. OLE color: 13944693.
HSL color Cylindrical-coordinate representation of color #75C7D4: hue angle of 188.21º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75C7D4 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 199 | 212 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.17 |
| HSL | 188.21º | 0.52% | 0.65% | - |
| HSV(B) | 188.21º | 0.45% | 0.83% | - |
| XYZ | 39.64 | 49.38 | 69.73 | - |
| YUV | 175.96 | 148.33 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 199 | 212 | 0.45 | 0.06 | 0 | 0.17 | 188.21 | 0.52 | 0.65 |
| Hex | 75 | C7 | D4 | 2D | 6 | 0 | 11 | BC | 34 | 41 |
| Octal | 165 | 307 | 324 | 55 | 6 | 0 | 21 | 274 | 64 | 101 |
| Binary | 1110101 | 11000111 | 11010100 | 101101 | 110 | 0 | 10001 | 10111100 | 110100 | 1000001 |
Color Harmonies of #75C7D4
Complementary color
Monochromatic Colors of #75C7D4
Black with #75C7D4
Text Example
Text Example
White with #75C7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C7D4; }
p { color: rgb(117,199,212); }
H1.HeaderClassName
{
color: #75C7D4;
}
.AnyTagClassName
{
color: #75C7D4;
}
</style>
background-color css
<style>
a { background-color: #75C7D4; }
a { background-color: rgb(117,199,212); }
div.DivClassName
{
background-color: #75C7D4;
}
.BgClassName
{
background-color: #75C7D4;
}
</style>
border-color css
<style>
span { border-color: #75C7D4; }
span { border-color: rgb(117,199,212); }
td.TdClassName
{
border-color: #75C7D4;
}
.TagClassName
{
border-color: #75C7D4;
}
</style>