Shades of Spray #75CED3
Tints of Spray #75CED3
RGB
CMYK
RGB Variations
Color information
#75CED3 (or 0x75CED3) is known color: Spray. HEX triplet: 75, CE and D3. RGB value is (117,206,211). Sum of RGB (Red+Green+Blue) = 117+206+211=534 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.91% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 211 - color contains mainly: blue. Hex color #75CED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CED3 is #8A312C. Grayscale: #B3B3B3. Windows color (decimal): -9056557 or 13880949. OLE color: 13880949.
HSL color Cylindrical-coordinate representation of color #75CED3: hue angle of 183.19º 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 #75CED3 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 206 | 211 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.17 |
| HSL | 183.19º | 0.52% | 0.64% | - |
| HSV(B) | 183.19º | 0.45% | 0.83% | - |
| XYZ | 41.17 | 52.63 | 69.62 | - |
| YUV | 179.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 206 | 211 | 0.45 | 0.02 | 0 | 0.17 | 183.19 | 0.52 | 0.64 |
| Hex | 75 | CE | D3 | 2D | 2 | 0 | 11 | B7 | 34 | 40 |
| Octal | 165 | 316 | 323 | 55 | 2 | 0 | 21 | 267 | 64 | 100 |
| Binary | 1110101 | 11001110 | 11010011 | 101101 | 10 | 0 | 10001 | 10110111 | 110100 | 1000000 |
Color Harmonies of #75CED3
Complementary color
Monochromatic Colors of #75CED3
Black with #75CED3
Text Example
Text Example
White with #75CED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CED3; }
p { color: rgb(117,206,211); }
H1.HeaderClassName
{
color: #75CED3;
}
.AnyTagClassName
{
color: #75CED3;
}
</style>
background-color css
<style>
a { background-color: #75CED3; }
a { background-color: rgb(117,206,211); }
div.DivClassName
{
background-color: #75CED3;
}
.BgClassName
{
background-color: #75CED3;
}
</style>
border-color css
<style>
span { border-color: #75CED3; }
span { border-color: rgb(117,206,211); }
td.TdClassName
{
border-color: #75CED3;
}
.TagClassName
{
border-color: #75CED3;
}
</style>