Shades of Spray #75CFE9
Tints of Spray #75CFE9
RGB
CMYK
RGB Variations
Color information
#75CFE9 (or 0x75CFE9) is known color: Spray. HEX triplet: 75, CF and E9. RGB value is (117,207,233). Sum of RGB (Red+Green+Blue) = 117+207+233=557 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.01% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 233 (91.41% from 255 or 41.83% from 557); Max value from RGB is 233 - color contains mainly: blue. Hex color #75CFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CFE9 is #8A3016. Grayscale: #B6B6B6. Windows color (decimal): -9056279 or 15322997. OLE color: 15322997.
HSL color Cylindrical-coordinate representation of color #75CFE9: hue angle of 193.45º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75CFE9 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 207 | 233 | - |
| CMYK | 0.50 | 0.11 | 0 | 0.09 |
| HSL | 193.45º | 0.73% | 0.69% | - |
| HSV(B) | 193.45º | 0.5% | 0.91% | - |
| XYZ | 44.36 | 54.29 | 85.23 | - |
| YUV | 183.05 | 156.18 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 233 | 0.50 | 0.11 | 0 | 0.09 | 193.45 | 0.73 | 0.69 |
| Hex | 75 | CF | E9 | 32 | B | 0 | 9 | C1 | 48 | 45 |
| Octal | 165 | 317 | 351 | 62 | 13 | 0 | 11 | 301 | 110 | 105 |
| Binary | 1110101 | 11001111 | 11101001 | 110010 | 1011 | 0 | 1001 | 11000001 | 1001000 | 1000101 |
Color Harmonies of #75CFE9
Complementary color
Monochromatic Colors of #75CFE9
Black with #75CFE9
Text Example
Text Example
White with #75CFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CFE9; }
p { color: rgb(117,207,233); }
H1.HeaderClassName
{
color: #75CFE9;
}
.AnyTagClassName
{
color: #75CFE9;
}
</style>
background-color css
<style>
a { background-color: #75CFE9; }
a { background-color: rgb(117,207,233); }
div.DivClassName
{
background-color: #75CFE9;
}
.BgClassName
{
background-color: #75CFE9;
}
</style>
border-color css
<style>
span { border-color: #75CFE9; }
span { border-color: rgb(117,207,233); }
td.TdClassName
{
border-color: #75CFE9;
}
.TagClassName
{
border-color: #75CFE9;
}
</style>