Shades of Spray #75C9E6
Tints of Spray #75C9E6
RGB
CMYK
RGB Variations
Color information
#75C9E6 (or 0x75C9E6) is known color: Spray. HEX triplet: 75, C9 and E6. RGB value is (117,201,230). Sum of RGB (Red+Green+Blue) = 117+201+230=548 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.35% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #75C9E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C9E6 is #8A3619. Grayscale: #B2B2B2. Windows color (decimal): -9057818 or 15124853. OLE color: 15124853.
HSL color Cylindrical-coordinate representation of color #75C9E6: hue angle of 195.4º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75C9E6 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 201 | 230 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.10 |
| HSL | 195.4º | 0.69% | 0.68% | - |
| HSV(B) | 195.4º | 0.49% | 0.9% | - |
| XYZ | 42.51 | 51.27 | 82.52 | - |
| YUV | 179.19 | 156.67 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 201 | 230 | 0.49 | 0.13 | 0 | 0.10 | 195.4 | 0.69 | 0.68 |
| Hex | 75 | C9 | E6 | 31 | D | 0 | A | C3 | 45 | 44 |
| Octal | 165 | 311 | 346 | 61 | 15 | 0 | 12 | 303 | 105 | 104 |
| Binary | 1110101 | 11001001 | 11100110 | 110001 | 1101 | 0 | 1010 | 11000011 | 1000101 | 1000100 |
Color Harmonies of #75C9E6
Complementary color
Monochromatic Colors of #75C9E6
Black with #75C9E6
Text Example
Text Example
White with #75C9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C9E6; }
p { color: rgb(117,201,230); }
H1.HeaderClassName
{
color: #75C9E6;
}
.AnyTagClassName
{
color: #75C9E6;
}
</style>
background-color css
<style>
a { background-color: #75C9E6; }
a { background-color: rgb(117,201,230); }
div.DivClassName
{
background-color: #75C9E6;
}
.BgClassName
{
background-color: #75C9E6;
}
</style>
border-color css
<style>
span { border-color: #75C9E6; }
span { border-color: rgb(117,201,230); }
td.TdClassName
{
border-color: #75C9E6;
}
.TagClassName
{
border-color: #75C9E6;
}
</style>