Shades of Spray #75CCD0
Tints of Spray #75CCD0
RGB
CMYK
RGB Variations
Color information
#75CCD0 (or 0x75CCD0) is known color: Spray. HEX triplet: 75, CC and D0. RGB value is (117,204,208). Sum of RGB (Red+Green+Blue) = 117+204+208=529 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.12% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 208 - color contains mainly: blue. Hex color #75CCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CCD0 is #8A332F. Grayscale: #B2B2B2. Windows color (decimal): -9057072 or 13683829. OLE color: 13683829.
HSL color Cylindrical-coordinate representation of color #75CCD0: hue angle of 182.64º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75CCD0 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 204 | 208 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.18 |
| HSL | 182.64º | 0.49% | 0.64% | - |
| HSV(B) | 182.64º | 0.44% | 0.82% | - |
| XYZ | 40.31 | 51.52 | 67.49 | - |
| YUV | 178.44 | 144.68 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 204 | 208 | 0.44 | 0.02 | 0 | 0.18 | 182.64 | 0.49 | 0.64 |
| Hex | 75 | CC | D0 | 2C | 2 | 0 | 12 | B7 | 31 | 40 |
| Octal | 165 | 314 | 320 | 54 | 2 | 0 | 22 | 267 | 61 | 100 |
| Binary | 1110101 | 11001100 | 11010000 | 101100 | 10 | 0 | 10010 | 10110111 | 110001 | 1000000 |
Color Harmonies of #75CCD0
Complementary color
Monochromatic Colors of #75CCD0
Black with #75CCD0
Text Example
Text Example
White with #75CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CCD0; }
p { color: rgb(117,204,208); }
H1.HeaderClassName
{
color: #75CCD0;
}
.AnyTagClassName
{
color: #75CCD0;
}
</style>
background-color css
<style>
a { background-color: #75CCD0; }
a { background-color: rgb(117,204,208); }
div.DivClassName
{
background-color: #75CCD0;
}
.BgClassName
{
background-color: #75CCD0;
}
</style>
border-color css
<style>
span { border-color: #75CCD0; }
span { border-color: rgb(117,204,208); }
td.TdClassName
{
border-color: #75CCD0;
}
.TagClassName
{
border-color: #75CCD0;
}
</style>