Shades of Spray #75CFE1
Tints of Spray #75CFE1
RGB
CMYK
RGB Variations
Color information
#75CFE1 (or 0x75CFE1) is known color: Spray. HEX triplet: 75, CF and E1. RGB value is (117,207,225). Sum of RGB (Red+Green+Blue) = 117+207+225=549 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.31% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #75CFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CFE1 is #8A301E. Grayscale: #B5B5B5. Windows color (decimal): -9056287 or 14798709. OLE color: 14798709.
HSL color Cylindrical-coordinate representation of color #75CFE1: hue angle of 190º degrees, saturation: 0.64, 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 #75CFE1 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 207 | 225 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.12 |
| HSL | 190º | 0.64% | 0.67% | - |
| HSV(B) | 190º | 0.48% | 0.88% | - |
| XYZ | 43.24 | 53.84 | 79.35 | - |
| YUV | 182.14 | 152.18 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 225 | 0.48 | 0.08 | 0 | 0.12 | 190 | 0.64 | 0.67 |
| Hex | 75 | CF | E1 | 30 | 8 | 0 | C | BE | 40 | 43 |
| Octal | 165 | 317 | 341 | 60 | 10 | 0 | 14 | 276 | 100 | 103 |
| Binary | 1110101 | 11001111 | 11100001 | 110000 | 1000 | 0 | 1100 | 10111110 | 1000000 | 1000011 |
Color Harmonies of #75CFE1
Complementary color
Monochromatic Colors of #75CFE1
Black with #75CFE1
Text Example
Text Example
White with #75CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CFE1; }
p { color: rgb(117,207,225); }
H1.HeaderClassName
{
color: #75CFE1;
}
.AnyTagClassName
{
color: #75CFE1;
}
</style>
background-color css
<style>
a { background-color: #75CFE1; }
a { background-color: rgb(117,207,225); }
div.DivClassName
{
background-color: #75CFE1;
}
.BgClassName
{
background-color: #75CFE1;
}
</style>
border-color css
<style>
span { border-color: #75CFE1; }
span { border-color: rgb(117,207,225); }
td.TdClassName
{
border-color: #75CFE1;
}
.TagClassName
{
border-color: #75CFE1;
}
</style>