Shades of Electric Blue #75E2FF
Tints of Electric Blue #75E2FF
RGB
CMYK
RGB Variations
Color information
#75E2FF (or 0x75E2FF) is known color: Electric Blue. HEX triplet: 75, E2 and FF. RGB value is (117,226,255). Sum of RGB (Red+Green+Blue) = 117+226+255=598 (79% of max value = 765). Red value is 117 (46.09% from 255 or 19.57% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #75E2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75E2FF is #8A1D00. Grayscale: #C4C4C4. Windows color (decimal): -9051393 or 16769653. OLE color: 16769653.
HSL color Cylindrical-coordinate representation of color #75E2FF: hue angle of 192.61º 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 #75E2FF is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 226 | 255 | - |
| CMYK | 0.54 | 0.11 | 0 | 0 |
| HSL | 192.61º | 1% | 0.73% | - |
| HSV(B) | 192.61º | 0.54% | 1% | - |
| XYZ | 52.58 | 65.39 | 104.46 | - |
| YUV | 196.72 | 160.89 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 226 | 255 | 0.54 | 0.11 | 0 | 0 | 192.61 | 1 | 0.73 |
| Hex | 75 | E2 | FF | 36 | B | 0 | 0 | C1 | 64 | 49 |
| Octal | 165 | 342 | 377 | 66 | 13 | 0 | 0 | 301 | 144 | 111 |
| Binary | 1110101 | 11100010 | 11111111 | 110110 | 1011 | 0 | 0 | 11000001 | 1100100 | 1001001 |
Color Harmonies of #75E2FF
Complementary color
Monochromatic Colors of #75E2FF
Black with #75E2FF
Text Example
Text Example
White with #75E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E2FF; }
p { color: rgb(117,226,255); }
H1.HeaderClassName
{
color: #75E2FF;
}
.AnyTagClassName
{
color: #75E2FF;
}
</style>
background-color css
<style>
a { background-color: #75E2FF; }
a { background-color: rgb(117,226,255); }
div.DivClassName
{
background-color: #75E2FF;
}
.BgClassName
{
background-color: #75E2FF;
}
</style>
border-color css
<style>
span { border-color: #75E2FF; }
span { border-color: rgb(117,226,255); }
td.TdClassName
{
border-color: #75E2FF;
}
.TagClassName
{
border-color: #75E2FF;
}
</style>