Shades of Spray #75CFE0
Tints of Spray #75CFE0
RGB
CMYK
RGB Variations
Color information
#75CFE0 (or 0x75CFE0) is known color: Spray. HEX triplet: 75, CF and E0. RGB value is (117,207,224). Sum of RGB (Red+Green+Blue) = 117+207+224=548 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.35% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #75CFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CFE0 is #8A301F. Grayscale: #B5B5B5. Windows color (decimal): -9056288 or 14733173. OLE color: 14733173.
HSL color Cylindrical-coordinate representation of color #75CFE0: hue angle of 189.53º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75CFE0 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 207 | 224 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.12 |
| HSL | 189.53º | 0.63% | 0.67% | - |
| HSV(B) | 189.53º | 0.48% | 0.88% | - |
| XYZ | 43.1 | 53.79 | 78.63 | - |
| YUV | 182.03 | 151.68 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 224 | 0.48 | 0.08 | 0 | 0.12 | 189.53 | 0.63 | 0.67 |
| Hex | 75 | CF | E0 | 30 | 8 | 0 | C | BE | 3F | 43 |
| Octal | 165 | 317 | 340 | 60 | 10 | 0 | 14 | 276 | 77 | 103 |
| Binary | 1110101 | 11001111 | 11100000 | 110000 | 1000 | 0 | 1100 | 10111110 | 111111 | 1000011 |
Color Harmonies of #75CFE0
Complementary color
Monochromatic Colors of #75CFE0
Black with #75CFE0
Text Example
Text Example
White with #75CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CFE0; }
p { color: rgb(117,207,224); }
H1.HeaderClassName
{
color: #75CFE0;
}
.AnyTagClassName
{
color: #75CFE0;
}
</style>
background-color css
<style>
a { background-color: #75CFE0; }
a { background-color: rgb(117,207,224); }
div.DivClassName
{
background-color: #75CFE0;
}
.BgClassName
{
background-color: #75CFE0;
}
</style>
border-color css
<style>
span { border-color: #75CFE0; }
span { border-color: rgb(117,207,224); }
td.TdClassName
{
border-color: #75CFE0;
}
.TagClassName
{
border-color: #75CFE0;
}
</style>