Shades of Spray #75CFD4
Tints of Spray #75CFD4
RGB
CMYK
RGB Variations
Color information
#75CFD4 (or 0x75CFD4) is known color: Spray. HEX triplet: 75, CF and D4. RGB value is (117,207,212). Sum of RGB (Red+Green+Blue) = 117+207+212=536 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.83% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 212 - color contains mainly: blue. Hex color #75CFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CFD4 is #8A302B. Grayscale: #B4B4B4. Windows color (decimal): -9056300 or 13946741. OLE color: 13946741.
HSL color Cylindrical-coordinate representation of color #75CFD4: hue angle of 183.16º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75CFD4 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 207 | 212 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.17 |
| HSL | 183.16º | 0.52% | 0.65% | - |
| HSV(B) | 183.16º | 0.45% | 0.83% | - |
| XYZ | 41.53 | 53.16 | 70.36 | - |
| YUV | 180.66 | 145.68 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 212 | 0.45 | 0.02 | 0 | 0.17 | 183.16 | 0.52 | 0.65 |
| Hex | 75 | CF | D4 | 2D | 2 | 0 | 11 | B7 | 34 | 41 |
| Octal | 165 | 317 | 324 | 55 | 2 | 0 | 21 | 267 | 64 | 101 |
| Binary | 1110101 | 11001111 | 11010100 | 101101 | 10 | 0 | 10001 | 10110111 | 110100 | 1000001 |
Color Harmonies of #75CFD4
Complementary color
Monochromatic Colors of #75CFD4
Black with #75CFD4
Text Example
Text Example
White with #75CFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CFD4; }
p { color: rgb(117,207,212); }
H1.HeaderClassName
{
color: #75CFD4;
}
.AnyTagClassName
{
color: #75CFD4;
}
</style>
background-color css
<style>
a { background-color: #75CFD4; }
a { background-color: rgb(117,207,212); }
div.DivClassName
{
background-color: #75CFD4;
}
.BgClassName
{
background-color: #75CFD4;
}
</style>
border-color css
<style>
span { border-color: #75CFD4; }
span { border-color: rgb(117,207,212); }
td.TdClassName
{
border-color: #75CFD4;
}
.TagClassName
{
border-color: #75CFD4;
}
</style>