Shades of Spray #75CCD3
Tints of Spray #75CCD3
RGB
CMYK
RGB Variations
Color information
#75CCD3 (or 0x75CCD3) is known color: Spray. HEX triplet: 75, CC and D3. RGB value is (117,204,211). Sum of RGB (Red+Green+Blue) = 117+204+211=532 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.99% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 211 (82.81% from 255 or 39.66% from 532); Max value from RGB is 211 - color contains mainly: blue. Hex color #75CCD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CCD3 is #8A332C. Grayscale: #B2B2B2. Windows color (decimal): -9057069 or 13880437. OLE color: 13880437.
HSL color Cylindrical-coordinate representation of color #75CCD3: hue angle of 184.47º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75CCD3 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 204 | 211 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.17 |
| HSL | 184.47º | 0.52% | 0.64% | - |
| HSV(B) | 184.47º | 0.45% | 0.83% | - |
| XYZ | 40.69 | 51.67 | 69.46 | - |
| YUV | 178.79 | 146.18 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 204 | 211 | 0.45 | 0.03 | 0 | 0.17 | 184.47 | 0.52 | 0.64 |
| Hex | 75 | CC | D3 | 2D | 3 | 0 | 11 | B8 | 34 | 40 |
| Octal | 165 | 314 | 323 | 55 | 3 | 0 | 21 | 270 | 64 | 100 |
| Binary | 1110101 | 11001100 | 11010011 | 101101 | 11 | 0 | 10001 | 10111000 | 110100 | 1000000 |
Color Harmonies of #75CCD3
Complementary color
Monochromatic Colors of #75CCD3
Black with #75CCD3
Text Example
Text Example
White with #75CCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CCD3; }
p { color: rgb(117,204,211); }
H1.HeaderClassName
{
color: #75CCD3;
}
.AnyTagClassName
{
color: #75CCD3;
}
</style>
background-color css
<style>
a { background-color: #75CCD3; }
a { background-color: rgb(117,204,211); }
div.DivClassName
{
background-color: #75CCD3;
}
.BgClassName
{
background-color: #75CCD3;
}
</style>
border-color css
<style>
span { border-color: #75CCD3; }
span { border-color: rgb(117,204,211); }
td.TdClassName
{
border-color: #75CCD3;
}
.TagClassName
{
border-color: #75CCD3;
}
</style>