Shades of Electric Blue #75F0E8
Tints of Electric Blue #75F0E8
RGB
CMYK
RGB Variations
Color information
#75F0E8 (or 0x75F0E8) is known color: Electric Blue. HEX triplet: 75, F0 and E8. RGB value is (117,240,232). Sum of RGB (Red+Green+Blue) = 117+240+232=589 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.86% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #75F0E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F0E8 is #8A0F17. Grayscale: #CACACA. Windows color (decimal): -9047832 or 15265909. OLE color: 15265909.
HSL color Cylindrical-coordinate representation of color #75F0E8: hue angle of 176.1º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F0E8 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 240 | 232 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.06 |
| HSL | 176.1º | 0.8% | 0.7% | - |
| HSV(B) | 176.1º | 0.51% | 0.94% | - |
| XYZ | 53.06 | 71.93 | 87.43 | - |
| YUV | 202.31 | 144.75 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 240 | 232 | 0.51 | 0 | 0.03 | 0.06 | 176.1 | 0.8 | 0.7 |
| Hex | 75 | F0 | E8 | 33 | 0 | 3 | 6 | B0 | 50 | 46 |
| Octal | 165 | 360 | 350 | 63 | 0 | 3 | 6 | 260 | 120 | 106 |
| Binary | 1110101 | 11110000 | 11101000 | 110011 | 0 | 11 | 110 | 10110000 | 1010000 | 1000110 |
Color Harmonies of #75F0E8
Complementary color
Monochromatic Colors of #75F0E8
Black with #75F0E8
Text Example
Text Example
White with #75F0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F0E8; }
p { color: rgb(117,240,232); }
H1.HeaderClassName
{
color: #75F0E8;
}
.AnyTagClassName
{
color: #75F0E8;
}
</style>
background-color css
<style>
a { background-color: #75F0E8; }
a { background-color: rgb(117,240,232); }
div.DivClassName
{
background-color: #75F0E8;
}
.BgClassName
{
background-color: #75F0E8;
}
</style>
border-color css
<style>
span { border-color: #75F0E8; }
span { border-color: rgb(117,240,232); }
td.TdClassName
{
border-color: #75F0E8;
}
.TagClassName
{
border-color: #75F0E8;
}
</style>