Shades of Electric Blue #90FFED
Tints of Electric Blue #90FFED
RGB
CMYK
RGB Variations
Color information
#90FFED (or 0x90FFED) is known color: Electric Blue. HEX triplet: 90, FF and ED. RGB value is (144,255,237). Sum of RGB (Red+Green+Blue) = 144+255+237=636 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.64% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #90FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FFED is #6F0012. Grayscale: #DBDBDB. Windows color (decimal): -7274515 or 15597456. OLE color: 15597456.
HSL color Cylindrical-coordinate representation of color #90FFED: hue angle of 170.27º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90FFED is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 255 | 237 | - |
| CMYK | 0.44 | 0 | 0.07 | 0 |
| HSL | 170.27º | 1% | 0.78% | - |
| HSV(B) | 170.27º | 0.44% | 1% | - |
| XYZ | 62.55 | 83.56 | 92.95 | - |
| YUV | 219.76 | 137.73 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 255 | 237 | 0.44 | 0 | 0.07 | 0 | 170.27 | 1 | 0.78 |
| Hex | 90 | FF | ED | 2C | 0 | 7 | 0 | AA | 64 | 4E |
| Octal | 220 | 377 | 355 | 54 | 0 | 7 | 0 | 252 | 144 | 116 |
| Binary | 10010000 | 11111111 | 11101101 | 101100 | 0 | 111 | 0 | 10101010 | 1100100 | 1001110 |
Color Harmonies of #90FFED
Complementary color
Monochromatic Colors of #90FFED
Black with #90FFED
Text Example
Text Example
White with #90FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FFED; }
p { color: rgb(144,255,237); }
H1.HeaderClassName
{
color: #90FFED;
}
.AnyTagClassName
{
color: #90FFED;
}
</style>
background-color css
<style>
a { background-color: #90FFED; }
a { background-color: rgb(144,255,237); }
div.DivClassName
{
background-color: #90FFED;
}
.BgClassName
{
background-color: #90FFED;
}
</style>
border-color css
<style>
span { border-color: #90FFED; }
span { border-color: rgb(144,255,237); }
td.TdClassName
{
border-color: #90FFED;
}
.TagClassName
{
border-color: #90FFED;
}
</style>