Shades of Spray #75CFDC
Tints of Spray #75CFDC
RGB
CMYK
RGB Variations
Color information
#75CFDC (or 0x75CFDC) is known color: Spray. HEX triplet: 75, CF and DC. RGB value is (117,207,220). Sum of RGB (Red+Green+Blue) = 117+207+220=544 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.51% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #75CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CFDC is #8A3023. Grayscale: #B5B5B5. Windows color (decimal): -9056292 or 14471029. OLE color: 14471029.
HSL color Cylindrical-coordinate representation of color #75CFDC: hue angle of 187.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75CFDC is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 207 | 220 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.14 |
| HSL | 187.57º | 0.6% | 0.66% | - |
| HSV(B) | 187.57º | 0.47% | 0.86% | - |
| XYZ | 42.57 | 53.57 | 75.81 | - |
| YUV | 181.57 | 149.68 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 220 | 0.47 | 0.06 | 0 | 0.14 | 187.57 | 0.6 | 0.66 |
| Hex | 75 | CF | DC | 2F | 6 | 0 | E | BC | 3C | 42 |
| Octal | 165 | 317 | 334 | 57 | 6 | 0 | 16 | 274 | 74 | 102 |
| Binary | 1110101 | 11001111 | 11011100 | 101111 | 110 | 0 | 1110 | 10111100 | 111100 | 1000010 |
Color Harmonies of #75CFDC
Complementary color
Monochromatic Colors of #75CFDC
Black with #75CFDC
Text Example
Text Example
White with #75CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CFDC; }
p { color: rgb(117,207,220); }
H1.HeaderClassName
{
color: #75CFDC;
}
.AnyTagClassName
{
color: #75CFDC;
}
</style>
background-color css
<style>
a { background-color: #75CFDC; }
a { background-color: rgb(117,207,220); }
div.DivClassName
{
background-color: #75CFDC;
}
.BgClassName
{
background-color: #75CFDC;
}
</style>
border-color css
<style>
span { border-color: #75CFDC; }
span { border-color: rgb(117,207,220); }
td.TdClassName
{
border-color: #75CFDC;
}
.TagClassName
{
border-color: #75CFDC;
}
</style>