Shades of Electric Blue #75ECFF
Tints of Electric Blue #75ECFF
RGB
CMYK
RGB Variations
Color information
#75ECFF (or 0x75ECFF) is known color: Electric Blue. HEX triplet: 75, EC and FF. RGB value is (117,236,255). Sum of RGB (Red+Green+Blue) = 117+236+255=608 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.24% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #75ECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75ECFF is #8A1300. Grayscale: #CACACA. Windows color (decimal): -9048833 or 16772213. OLE color: 16772213.
HSL color Cylindrical-coordinate representation of color #75ECFF: hue angle of 188.26º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75ECFF is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 236 | 255 | - |
| CMYK | 0.54 | 0.07 | 0 | 0 |
| HSL | 188.26º | 1% | 0.73% | - |
| HSV(B) | 188.26º | 0.54% | 1% | - |
| XYZ | 55.38 | 70.99 | 105.39 | - |
| YUV | 202.59 | 157.58 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 236 | 255 | 0.54 | 0.07 | 0 | 0 | 188.26 | 1 | 0.73 |
| Hex | 75 | EC | FF | 36 | 7 | 0 | 0 | BC | 64 | 49 |
| Octal | 165 | 354 | 377 | 66 | 7 | 0 | 0 | 274 | 144 | 111 |
| Binary | 1110101 | 11101100 | 11111111 | 110110 | 111 | 0 | 0 | 10111100 | 1100100 | 1001001 |
Color Harmonies of #75ECFF
Complementary color
Monochromatic Colors of #75ECFF
Black with #75ECFF
Text Example
Text Example
White with #75ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ECFF; }
p { color: rgb(117,236,255); }
H1.HeaderClassName
{
color: #75ECFF;
}
.AnyTagClassName
{
color: #75ECFF;
}
</style>
background-color css
<style>
a { background-color: #75ECFF; }
a { background-color: rgb(117,236,255); }
div.DivClassName
{
background-color: #75ECFF;
}
.BgClassName
{
background-color: #75ECFF;
}
</style>
border-color css
<style>
span { border-color: #75ECFF; }
span { border-color: rgb(117,236,255); }
td.TdClassName
{
border-color: #75ECFF;
}
.TagClassName
{
border-color: #75ECFF;
}
</style>