Shades of Electric Blue #90F2EC
Tints of Electric Blue #90F2EC
RGB
CMYK
RGB Variations
Color information
#90F2EC (or 0x90F2EC) is known color: Electric Blue. HEX triplet: 90, F2 and EC. RGB value is (144,242,236). Sum of RGB (Red+Green+Blue) = 144+242+236=622 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.15% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #90F2EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F2EC is #6F0D13. Grayscale: #D3D3D3. Windows color (decimal): -7277844 or 15528592. OLE color: 15528592.
HSL color Cylindrical-coordinate representation of color #90F2EC: hue angle of 176.33º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F2EC is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 236 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.05 |
| HSL | 176.33º | 0.79% | 0.76% | - |
| HSV(B) | 176.33º | 0.4% | 0.95% | - |
| XYZ | 58.39 | 75.49 | 90.85 | - |
| YUV | 212.01 | 141.53 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 236 | 0.40 | 0 | 0.02 | 0.05 | 176.33 | 0.79 | 0.76 |
| Hex | 90 | F2 | EC | 28 | 0 | 2 | 5 | B0 | 4F | 4C |
| Octal | 220 | 362 | 354 | 50 | 0 | 2 | 5 | 260 | 117 | 114 |
| Binary | 10010000 | 11110010 | 11101100 | 101000 | 0 | 10 | 101 | 10110000 | 1001111 | 1001100 |
Color Harmonies of #90F2EC
Complementary color
Monochromatic Colors of #90F2EC
Black with #90F2EC
Text Example
Text Example
White with #90F2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F2EC; }
p { color: rgb(144,242,236); }
H1.HeaderClassName
{
color: #90F2EC;
}
.AnyTagClassName
{
color: #90F2EC;
}
</style>
background-color css
<style>
a { background-color: #90F2EC; }
a { background-color: rgb(144,242,236); }
div.DivClassName
{
background-color: #90F2EC;
}
.BgClassName
{
background-color: #90F2EC;
}
</style>
border-color css
<style>
span { border-color: #90F2EC; }
span { border-color: rgb(144,242,236); }
td.TdClassName
{
border-color: #90F2EC;
}
.TagClassName
{
border-color: #90F2EC;
}
</style>