Shades of Electric Blue #75EFF2
Tints of Electric Blue #75EFF2
RGB
CMYK
RGB Variations
Color information
#75EFF2 (or 0x75EFF2) is known color: Electric Blue. HEX triplet: 75, EF and F2. RGB value is (117,239,242). Sum of RGB (Red+Green+Blue) = 117+239+242=598 (79% of max value = 765). Red value is 117 (46.09% from 255 or 19.57% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #75EFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75EFF2 is #8A100D. Grayscale: #CACACA. Windows color (decimal): -9048078 or 15921013. OLE color: 15921013.
HSL color Cylindrical-coordinate representation of color #75EFF2: hue angle of 181.44º 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 #75EFF2 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 239 | 242 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.05 |
| HSL | 181.44º | 0.83% | 0.7% | - |
| HSV(B) | 181.44º | 0.52% | 0.95% | - |
| XYZ | 54.23 | 71.93 | 95.03 | - |
| YUV | 202.86 | 150.08 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 239 | 242 | 0.52 | 0.01 | 0 | 0.05 | 181.44 | 0.83 | 0.7 |
| Hex | 75 | EF | F2 | 34 | 1 | 0 | 5 | B5 | 53 | 46 |
| Octal | 165 | 357 | 362 | 64 | 1 | 0 | 5 | 265 | 123 | 106 |
| Binary | 1110101 | 11101111 | 11110010 | 110100 | 1 | 0 | 101 | 10110101 | 1010011 | 1000110 |
Color Harmonies of #75EFF2
Complementary color
Monochromatic Colors of #75EFF2
Black with #75EFF2
Text Example
Text Example
White with #75EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EFF2; }
p { color: rgb(117,239,242); }
H1.HeaderClassName
{
color: #75EFF2;
}
.AnyTagClassName
{
color: #75EFF2;
}
</style>
background-color css
<style>
a { background-color: #75EFF2; }
a { background-color: rgb(117,239,242); }
div.DivClassName
{
background-color: #75EFF2;
}
.BgClassName
{
background-color: #75EFF2;
}
</style>
border-color css
<style>
span { border-color: #75EFF2; }
span { border-color: rgb(117,239,242); }
td.TdClassName
{
border-color: #75EFF2;
}
.TagClassName
{
border-color: #75EFF2;
}
</style>