Shades of Spray #75CED5
Tints of Spray #75CED5
RGB
CMYK
RGB Variations
Color information
#75CED5 (or 0x75CED5) is known color: Spray. HEX triplet: 75, CE and D5. RGB value is (117,206,213). Sum of RGB (Red+Green+Blue) = 117+206+213=536 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.83% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 213 - color contains mainly: blue. Hex color #75CED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CED5 is #8A312A. Grayscale: #B4B4B4. Windows color (decimal): -9056555 or 14012021. OLE color: 14012021.
HSL color Cylindrical-coordinate representation of color #75CED5: hue angle of 184.38º degrees, saturation: 0.53, 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 #75CED5 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 206 | 213 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.16 |
| HSL | 184.38º | 0.53% | 0.65% | - |
| HSV(B) | 184.38º | 0.45% | 0.84% | - |
| XYZ | 41.42 | 52.73 | 70.95 | - |
| YUV | 180.19 | 146.51 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 206 | 213 | 0.45 | 0.03 | 0 | 0.16 | 184.38 | 0.53 | 0.65 |
| Hex | 75 | CE | D5 | 2D | 3 | 0 | 10 | B8 | 35 | 41 |
| Octal | 165 | 316 | 325 | 55 | 3 | 0 | 20 | 270 | 65 | 101 |
| Binary | 1110101 | 11001110 | 11010101 | 101101 | 11 | 0 | 10000 | 10111000 | 110101 | 1000001 |
Color Harmonies of #75CED5
Complementary color
Monochromatic Colors of #75CED5
Black with #75CED5
Text Example
Text Example
White with #75CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CED5; }
p { color: rgb(117,206,213); }
H1.HeaderClassName
{
color: #75CED5;
}
.AnyTagClassName
{
color: #75CED5;
}
</style>
background-color css
<style>
a { background-color: #75CED5; }
a { background-color: rgb(117,206,213); }
div.DivClassName
{
background-color: #75CED5;
}
.BgClassName
{
background-color: #75CED5;
}
</style>
border-color css
<style>
span { border-color: #75CED5; }
span { border-color: rgb(117,206,213); }
td.TdClassName
{
border-color: #75CED5;
}
.TagClassName
{
border-color: #75CED5;
}
</style>