Shades of Spray #75CFD3
Tints of Spray #75CFD3
RGB
CMYK
RGB Variations
Color information
#75CFD3 (or 0x75CFD3) is known color: Spray. HEX triplet: 75, CF and D3. RGB value is (117,207,211). Sum of RGB (Red+Green+Blue) = 117+207+211=535 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.87% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 211 - color contains mainly: blue. Hex color #75CFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CFD3 is #8A302C. Grayscale: #B4B4B4. Windows color (decimal): -9056301 or 13881205. OLE color: 13881205.
HSL color Cylindrical-coordinate representation of color #75CFD3: hue angle of 182.55º 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 #75CFD3 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 207 | 211 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.17 |
| HSL | 182.55º | 0.52% | 0.64% | - |
| HSV(B) | 182.55º | 0.45% | 0.83% | - |
| XYZ | 41.41 | 53.11 | 69.7 | - |
| YUV | 180.55 | 145.18 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 211 | 0.45 | 0.02 | 0 | 0.17 | 182.55 | 0.52 | 0.64 |
| Hex | 75 | CF | D3 | 2D | 2 | 0 | 11 | B7 | 34 | 40 |
| Octal | 165 | 317 | 323 | 55 | 2 | 0 | 21 | 267 | 64 | 100 |
| Binary | 1110101 | 11001111 | 11010011 | 101101 | 10 | 0 | 10001 | 10110111 | 110100 | 1000000 |
Color Harmonies of #75CFD3
Complementary color
Monochromatic Colors of #75CFD3
Black with #75CFD3
Text Example
Text Example
White with #75CFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CFD3; }
p { color: rgb(117,207,211); }
H1.HeaderClassName
{
color: #75CFD3;
}
.AnyTagClassName
{
color: #75CFD3;
}
</style>
background-color css
<style>
a { background-color: #75CFD3; }
a { background-color: rgb(117,207,211); }
div.DivClassName
{
background-color: #75CFD3;
}
.BgClassName
{
background-color: #75CFD3;
}
</style>
border-color css
<style>
span { border-color: #75CFD3; }
span { border-color: rgb(117,207,211); }
td.TdClassName
{
border-color: #75CFD3;
}
.TagClassName
{
border-color: #75CFD3;
}
</style>