Shades of Electric Blue #75EEFF
Tints of Electric Blue #75EEFF
RGB
CMYK
RGB Variations
Color information
#75EEFF (or 0x75EEFF) is known color: Electric Blue. HEX triplet: 75, EE and FF. RGB value is (117,238,255). Sum of RGB (Red+Green+Blue) = 117+238+255=610 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.18% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #75EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75EEFF is #8A1100. Grayscale: #CBCBCB. Windows color (decimal): -9048321 or 16772725. OLE color: 16772725.
HSL color Cylindrical-coordinate representation of color #75EEFF: hue angle of 187.39º 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 #75EEFF is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 238 | 255 | - |
| CMYK | 0.54 | 0.07 | 0 | 0 |
| HSL | 187.39º | 1% | 0.73% | - |
| HSV(B) | 187.39º | 0.54% | 1% | - |
| XYZ | 55.96 | 72.15 | 105.58 | - |
| YUV | 203.76 | 156.91 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 238 | 255 | 0.54 | 0.07 | 0 | 0 | 187.39 | 1 | 0.73 |
| Hex | 75 | EE | FF | 36 | 7 | 0 | 0 | BB | 64 | 49 |
| Octal | 165 | 356 | 377 | 66 | 7 | 0 | 0 | 273 | 144 | 111 |
| Binary | 1110101 | 11101110 | 11111111 | 110110 | 111 | 0 | 0 | 10111011 | 1100100 | 1001001 |
Color Harmonies of #75EEFF
Complementary color
Monochromatic Colors of #75EEFF
Black with #75EEFF
Text Example
Text Example
White with #75EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EEFF; }
p { color: rgb(117,238,255); }
H1.HeaderClassName
{
color: #75EEFF;
}
.AnyTagClassName
{
color: #75EEFF;
}
</style>
background-color css
<style>
a { background-color: #75EEFF; }
a { background-color: rgb(117,238,255); }
div.DivClassName
{
background-color: #75EEFF;
}
.BgClassName
{
background-color: #75EEFF;
}
</style>
border-color css
<style>
span { border-color: #75EEFF; }
span { border-color: rgb(117,238,255); }
td.TdClassName
{
border-color: #75EEFF;
}
.TagClassName
{
border-color: #75EEFF;
}
</style>