Shades of Electric Blue #90FBF0
Tints of Electric Blue #90FBF0
RGB
CMYK
RGB Variations
Color information
#90FBF0 (or 0x90FBF0) is known color: Electric Blue. HEX triplet: 90, FB and F0. RGB value is (144,251,240). Sum of RGB (Red+Green+Blue) = 144+251+240=635 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.68% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FBF0 is #6F040F. Grayscale: #D9D9D9. Windows color (decimal): -7275536 or 15793040. OLE color: 15793040.
HSL color Cylindrical-coordinate representation of color #90FBF0: hue angle of 173.83º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FBF0 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 251 | 240 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.02 |
| HSL | 173.83º | 0.93% | 0.77% | - |
| HSV(B) | 173.83º | 0.43% | 0.98% | - |
| XYZ | 61.73 | 81.21 | 94.86 | - |
| YUV | 217.75 | 140.55 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 251 | 240 | 0.43 | 0 | 0.04 | 0.02 | 173.83 | 0.93 | 0.77 |
| Hex | 90 | FB | F0 | 2B | 0 | 4 | 2 | AE | 5D | 4D |
| Octal | 220 | 373 | 360 | 53 | 0 | 4 | 2 | 256 | 135 | 115 |
| Binary | 10010000 | 11111011 | 11110000 | 101011 | 0 | 100 | 10 | 10101110 | 1011101 | 1001101 |
Color Harmonies of #90FBF0
Complementary color
Monochromatic Colors of #90FBF0
Black with #90FBF0
Text Example
Text Example
White with #90FBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FBF0; }
p { color: rgb(144,251,240); }
H1.HeaderClassName
{
color: #90FBF0;
}
.AnyTagClassName
{
color: #90FBF0;
}
</style>
background-color css
<style>
a { background-color: #90FBF0; }
a { background-color: rgb(144,251,240); }
div.DivClassName
{
background-color: #90FBF0;
}
.BgClassName
{
background-color: #90FBF0;
}
</style>
border-color css
<style>
span { border-color: #90FBF0; }
span { border-color: rgb(144,251,240); }
td.TdClassName
{
border-color: #90FBF0;
}
.TagClassName
{
border-color: #90FBF0;
}
</style>