Shades of Electric Blue #90FEF1
Tints of Electric Blue #90FEF1
RGB
CMYK
RGB Variations
Color information
#90FEF1 (or 0x90FEF1) is known color: Electric Blue. HEX triplet: 90, FE and F1. RGB value is (144,254,241). Sum of RGB (Red+Green+Blue) = 144+254+241=639 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.54% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #90FEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FEF1 is #6F010E. Grayscale: #DBDBDB. Windows color (decimal): -7274767 or 15859344. OLE color: 15859344.
HSL color Cylindrical-coordinate representation of color #90FEF1: hue angle of 172.91º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FEF1 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 254 | 241 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.00 |
| HSL | 172.91º | 0.98% | 0.78% | - |
| HSV(B) | 172.91º | 0.43% | 1% | - |
| XYZ | 62.82 | 83.16 | 95.96 | - |
| YUV | 219.63 | 140.06 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 254 | 241 | 0.43 | 0 | 0.05 | 0.00 | 172.91 | 0.98 | 0.78 |
| Hex | 90 | FE | F1 | 2B | 0 | 5 | 0 | AD | 62 | 4E |
| Octal | 220 | 376 | 361 | 53 | 0 | 5 | 0 | 255 | 142 | 116 |
| Binary | 10010000 | 11111110 | 11110001 | 101011 | 0 | 101 | 0 | 10101101 | 1100010 | 1001110 |
Color Harmonies of #90FEF1
Complementary color
Monochromatic Colors of #90FEF1
Black with #90FEF1
Text Example
Text Example
White with #90FEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FEF1; }
p { color: rgb(144,254,241); }
H1.HeaderClassName
{
color: #90FEF1;
}
.AnyTagClassName
{
color: #90FEF1;
}
</style>
background-color css
<style>
a { background-color: #90FEF1; }
a { background-color: rgb(144,254,241); }
div.DivClassName
{
background-color: #90FEF1;
}
.BgClassName
{
background-color: #90FEF1;
}
</style>
border-color css
<style>
span { border-color: #90FEF1; }
span { border-color: rgb(144,254,241); }
td.TdClassName
{
border-color: #90FEF1;
}
.TagClassName
{
border-color: #90FEF1;
}
</style>