Shades of Electric Blue #90FBF5
Tints of Electric Blue #90FBF5
RGB
CMYK
RGB Variations
Color information
#90FBF5 (or 0x90FBF5) is known color: Electric Blue. HEX triplet: 90, FB and F5. RGB value is (144,251,245). Sum of RGB (Red+Green+Blue) = 144+251+245=640 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.5% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 245 (96.09% from 255 or 38.28% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FBF5 is #6F040A. Grayscale: #DADADA. Windows color (decimal): -7275531 or 16120720. OLE color: 16120720.
HSL color Cylindrical-coordinate representation of color #90FBF5: hue angle of 176.64º 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 #90FBF5 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 251 | 245 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.02 |
| HSL | 176.64º | 0.93% | 0.77% | - |
| HSV(B) | 176.64º | 0.43% | 0.98% | - |
| XYZ | 62.48 | 81.52 | 98.83 | - |
| YUV | 218.32 | 143.05 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 251 | 245 | 0.43 | 0 | 0.02 | 0.02 | 176.64 | 0.93 | 0.77 |
| Hex | 90 | FB | F5 | 2B | 0 | 2 | 2 | B1 | 5D | 4D |
| Octal | 220 | 373 | 365 | 53 | 0 | 2 | 2 | 261 | 135 | 115 |
| Binary | 10010000 | 11111011 | 11110101 | 101011 | 0 | 10 | 10 | 10110001 | 1011101 | 1001101 |
Color Harmonies of #90FBF5
Complementary color
Monochromatic Colors of #90FBF5
Black with #90FBF5
Text Example
Text Example
White with #90FBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FBF5; }
p { color: rgb(144,251,245); }
H1.HeaderClassName
{
color: #90FBF5;
}
.AnyTagClassName
{
color: #90FBF5;
}
</style>
background-color css
<style>
a { background-color: #90FBF5; }
a { background-color: rgb(144,251,245); }
div.DivClassName
{
background-color: #90FBF5;
}
.BgClassName
{
background-color: #90FBF5;
}
</style>
border-color css
<style>
span { border-color: #90FBF5; }
span { border-color: rgb(144,251,245); }
td.TdClassName
{
border-color: #90FBF5;
}
.TagClassName
{
border-color: #90FBF5;
}
</style>