Shades of Spray #75C9CC
Tints of Spray #75C9CC
RGB
CMYK
RGB Variations
Color information
#75C9CC (or 0x75C9CC) is known color: Spray. HEX triplet: 75, C9 and CC. RGB value is (117,201,204). Sum of RGB (Red+Green+Blue) = 117+201+204=522 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.41% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #75C9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C9CC is #8A3633. Grayscale: #B0B0B0. Windows color (decimal): -9057844 or 13420917. OLE color: 13420917.
HSL color Cylindrical-coordinate representation of color #75C9CC: hue angle of 182.07º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75C9CC is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 201 | 204 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.2 |
| HSL | 182.07º | 0.46% | 0.63% | - |
| HSV(B) | 182.07º | 0.43% | 0.8% | - |
| XYZ | 39.12 | 49.91 | 64.7 | - |
| YUV | 176.23 | 143.67 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 201 | 204 | 0.43 | 0.01 | 0 | 0.2 | 182.07 | 0.46 | 0.63 |
| Hex | 75 | C9 | CC | 2B | 1 | 0 | 14 | B6 | 2E | 3F |
| Octal | 165 | 311 | 314 | 53 | 1 | 0 | 24 | 266 | 56 | 77 |
| Binary | 1110101 | 11001001 | 11001100 | 101011 | 1 | 0 | 10100 | 10110110 | 101110 | 111111 |
Color Harmonies of #75C9CC
Complementary color
Monochromatic Colors of #75C9CC
Black with #75C9CC
Text Example
Text Example
White with #75C9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C9CC; }
p { color: rgb(117,201,204); }
H1.HeaderClassName
{
color: #75C9CC;
}
.AnyTagClassName
{
color: #75C9CC;
}
</style>
background-color css
<style>
a { background-color: #75C9CC; }
a { background-color: rgb(117,201,204); }
div.DivClassName
{
background-color: #75C9CC;
}
.BgClassName
{
background-color: #75C9CC;
}
</style>
border-color css
<style>
span { border-color: #75C9CC; }
span { border-color: rgb(117,201,204); }
td.TdClassName
{
border-color: #75C9CC;
}
.TagClassName
{
border-color: #75C9CC;
}
</style>