Shades of Electric Blue #90FFF4
Tints of Electric Blue #90FFF4
RGB
CMYK
RGB Variations
Color information
#90FFF4 (or 0x90FFF4) is known color: Electric Blue. HEX triplet: 90, FF and F4. RGB value is (144,255,244). Sum of RGB (Red+Green+Blue) = 144+255+244=643 (85% of max value = 765). Red value is 144 (56.64% from 255 or 22.40% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 244 (95.70% from 255 or 37.95% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #90FFF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FFF4 is #6F000B. Grayscale: #DCDCDC. Windows color (decimal): -7274508 or 16056208. OLE color: 16056208.
HSL color Cylindrical-coordinate representation of color #90FFF4: hue angle of 174.05º 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 #90FFF4 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 255 | 244 | - |
| CMYK | 0.44 | 0 | 0.04 | 0 |
| HSL | 174.05º | 1% | 0.78% | - |
| HSV(B) | 174.05º | 0.44% | 1% | - |
| XYZ | 63.59 | 83.98 | 98.45 | - |
| YUV | 220.56 | 141.23 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 255 | 244 | 0.44 | 0 | 0.04 | 0 | 174.05 | 1 | 0.78 |
| Hex | 90 | FF | F4 | 2C | 0 | 4 | 0 | AE | 64 | 4E |
| Octal | 220 | 377 | 364 | 54 | 0 | 4 | 0 | 256 | 144 | 116 |
| Binary | 10010000 | 11111111 | 11110100 | 101100 | 0 | 100 | 0 | 10101110 | 1100100 | 1001110 |
Color Harmonies of #90FFF4
Complementary color
Monochromatic Colors of #90FFF4
Black with #90FFF4
Text Example
Text Example
White with #90FFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FFF4; }
p { color: rgb(144,255,244); }
H1.HeaderClassName
{
color: #90FFF4;
}
.AnyTagClassName
{
color: #90FFF4;
}
</style>
background-color css
<style>
a { background-color: #90FFF4; }
a { background-color: rgb(144,255,244); }
div.DivClassName
{
background-color: #90FFF4;
}
.BgClassName
{
background-color: #90FFF4;
}
</style>
border-color css
<style>
span { border-color: #90FFF4; }
span { border-color: rgb(144,255,244); }
td.TdClassName
{
border-color: #90FFF4;
}
.TagClassName
{
border-color: #90FFF4;
}
</style>