Shades of Electric Blue #75F2F0
Tints of Electric Blue #75F2F0
RGB
CMYK
RGB Variations
Color information
#75F2F0 (or 0x75F2F0) is known color: Electric Blue. HEX triplet: 75, F2 and F0. RGB value is (117,242,240). Sum of RGB (Red+Green+Blue) = 117+242+240=599 (79% of max value = 765). Red value is 117 (46.09% from 255 or 19.53% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #75F2F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F2F0 is #8A0D0F. Grayscale: #CCCCCC. Windows color (decimal): -9047312 or 15790709. OLE color: 15790709.
HSL color Cylindrical-coordinate representation of color #75F2F0: hue angle of 179.04º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F2F0 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 242 | 240 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.05 |
| HSL | 179.04º | 0.83% | 0.7% | - |
| HSV(B) | 179.04º | 0.52% | 0.95% | - |
| XYZ | 54.82 | 73.58 | 93.75 | - |
| YUV | 204.4 | 148.09 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 242 | 240 | 0.52 | 0 | 0.01 | 0.05 | 179.04 | 0.83 | 0.7 |
| Hex | 75 | F2 | F0 | 34 | 0 | 1 | 5 | B3 | 53 | 46 |
| Octal | 165 | 362 | 360 | 64 | 0 | 1 | 5 | 263 | 123 | 106 |
| Binary | 1110101 | 11110010 | 11110000 | 110100 | 0 | 1 | 101 | 10110011 | 1010011 | 1000110 |
Color Harmonies of #75F2F0
Complementary color
Monochromatic Colors of #75F2F0
Black with #75F2F0
Text Example
Text Example
White with #75F2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F2F0; }
p { color: rgb(117,242,240); }
H1.HeaderClassName
{
color: #75F2F0;
}
.AnyTagClassName
{
color: #75F2F0;
}
</style>
background-color css
<style>
a { background-color: #75F2F0; }
a { background-color: rgb(117,242,240); }
div.DivClassName
{
background-color: #75F2F0;
}
.BgClassName
{
background-color: #75F2F0;
}
</style>
border-color css
<style>
span { border-color: #75F2F0; }
span { border-color: rgb(117,242,240); }
td.TdClassName
{
border-color: #75F2F0;
}
.TagClassName
{
border-color: #75F2F0;
}
</style>