Shades of Spray #75CDD6
Tints of Spray #75CDD6
RGB
CMYK
RGB Variations
Color information
#75CDD6 (or 0x75CDD6) is known color: Spray. HEX triplet: 75, CD and D6. RGB value is (117,205,214). Sum of RGB (Red+Green+Blue) = 117+205+214=536 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.83% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 214 - color contains mainly: blue. Hex color #75CDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CDD6 is #8A3229. Grayscale: #B3B3B3. Windows color (decimal): -9056810 or 14077301. OLE color: 14077301.
HSL color Cylindrical-coordinate representation of color #75CDD6: hue angle of 185.57º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75CDD6 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 205 | 214 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.16 |
| HSL | 185.57º | 0.54% | 0.65% | - |
| HSV(B) | 185.57º | 0.45% | 0.84% | - |
| XYZ | 41.31 | 52.3 | 71.54 | - |
| YUV | 179.71 | 147.35 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 205 | 214 | 0.45 | 0.04 | 0 | 0.16 | 185.57 | 0.54 | 0.65 |
| Hex | 75 | CD | D6 | 2D | 4 | 0 | 10 | BA | 36 | 41 |
| Octal | 165 | 315 | 326 | 55 | 4 | 0 | 20 | 272 | 66 | 101 |
| Binary | 1110101 | 11001101 | 11010110 | 101101 | 100 | 0 | 10000 | 10111010 | 110110 | 1000001 |
Color Harmonies of #75CDD6
Complementary color
Monochromatic Colors of #75CDD6
Black with #75CDD6
Text Example
Text Example
White with #75CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CDD6; }
p { color: rgb(117,205,214); }
H1.HeaderClassName
{
color: #75CDD6;
}
.AnyTagClassName
{
color: #75CDD6;
}
</style>
background-color css
<style>
a { background-color: #75CDD6; }
a { background-color: rgb(117,205,214); }
div.DivClassName
{
background-color: #75CDD6;
}
.BgClassName
{
background-color: #75CDD6;
}
</style>
border-color css
<style>
span { border-color: #75CDD6; }
span { border-color: rgb(117,205,214); }
td.TdClassName
{
border-color: #75CDD6;
}
.TagClassName
{
border-color: #75CDD6;
}
</style>