Shades of Spray #75CCDD
Tints of Spray #75CCDD
RGB
CMYK
RGB Variations
Color information
#75CCDD (or 0x75CCDD) is known color: Spray. HEX triplet: 75, CC and DD. RGB value is (117,204,221). Sum of RGB (Red+Green+Blue) = 117+204+221=542 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.59% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #75CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CCDD is #8A3322. Grayscale: #B3B3B3. Windows color (decimal): -9057059 or 14535797. OLE color: 14535797.
HSL color Cylindrical-coordinate representation of color #75CCDD: hue angle of 189.81º degrees, saturation: 0.6, 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 #75CCDD is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 204 | 221 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.13 |
| HSL | 189.81º | 0.6% | 0.66% | - |
| HSV(B) | 189.81º | 0.47% | 0.87% | - |
| XYZ | 41.98 | 52.19 | 76.27 | - |
| YUV | 179.93 | 151.18 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 204 | 221 | 0.47 | 0.08 | 0 | 0.13 | 189.81 | 0.6 | 0.66 |
| Hex | 75 | CC | DD | 2F | 8 | 0 | D | BE | 3C | 42 |
| Octal | 165 | 314 | 335 | 57 | 10 | 0 | 15 | 276 | 74 | 102 |
| Binary | 1110101 | 11001100 | 11011101 | 101111 | 1000 | 0 | 1101 | 10111110 | 111100 | 1000010 |
Color Harmonies of #75CCDD
Complementary color
Monochromatic Colors of #75CCDD
Black with #75CCDD
Text Example
Text Example
White with #75CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CCDD; }
p { color: rgb(117,204,221); }
H1.HeaderClassName
{
color: #75CCDD;
}
.AnyTagClassName
{
color: #75CCDD;
}
</style>
background-color css
<style>
a { background-color: #75CCDD; }
a { background-color: rgb(117,204,221); }
div.DivClassName
{
background-color: #75CCDD;
}
.BgClassName
{
background-color: #75CCDD;
}
</style>
border-color css
<style>
span { border-color: #75CCDD; }
span { border-color: rgb(117,204,221); }
td.TdClassName
{
border-color: #75CCDD;
}
.TagClassName
{
border-color: #75CCDD;
}
</style>