Shades of Spray #75CFEB
Tints of Spray #75CFEB
RGB
CMYK
RGB Variations
Color information
#75CFEB (or 0x75CFEB) is known color: Spray. HEX triplet: 75, CF and EB. RGB value is (117,207,235). Sum of RGB (Red+Green+Blue) = 117+207+235=559 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.93% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #75CFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CFEB is #8A3014. Grayscale: #B7B7B7. Windows color (decimal): -9056277 or 15454069. OLE color: 15454069.
HSL color Cylindrical-coordinate representation of color #75CFEB: hue angle of 194.24º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75CFEB is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 207 | 235 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.08 |
| HSL | 194.24º | 0.75% | 0.69% | - |
| HSV(B) | 194.24º | 0.5% | 0.92% | - |
| XYZ | 44.64 | 54.41 | 86.75 | - |
| YUV | 183.28 | 157.18 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 235 | 0.50 | 0.12 | 0 | 0.08 | 194.24 | 0.75 | 0.69 |
| Hex | 75 | CF | EB | 32 | C | 0 | 8 | C2 | 4B | 45 |
| Octal | 165 | 317 | 353 | 62 | 14 | 0 | 10 | 302 | 113 | 105 |
| Binary | 1110101 | 11001111 | 11101011 | 110010 | 1100 | 0 | 1000 | 11000010 | 1001011 | 1000101 |
Color Harmonies of #75CFEB
Complementary color
Monochromatic Colors of #75CFEB
Black with #75CFEB
Text Example
Text Example
White with #75CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CFEB; }
p { color: rgb(117,207,235); }
H1.HeaderClassName
{
color: #75CFEB;
}
.AnyTagClassName
{
color: #75CFEB;
}
</style>
background-color css
<style>
a { background-color: #75CFEB; }
a { background-color: rgb(117,207,235); }
div.DivClassName
{
background-color: #75CFEB;
}
.BgClassName
{
background-color: #75CFEB;
}
</style>
border-color css
<style>
span { border-color: #75CFEB; }
span { border-color: rgb(117,207,235); }
td.TdClassName
{
border-color: #75CFEB;
}
.TagClassName
{
border-color: #75CFEB;
}
</style>