Shades of Electric Blue #90FFF3
Tints of Electric Blue #90FFF3
RGB
CMYK
RGB Variations
Color information
#90FFF3 (or 0x90FFF3) is known color: Electric Blue. HEX triplet: 90, FF and F3. RGB value is (144,255,243). Sum of RGB (Red+Green+Blue) = 144+255+243=642 (85% of max value = 765). Red value is 144 (56.64% from 255 or 22.43% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #90FFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FFF3 is #6F000C. Grayscale: #DCDCDC. Windows color (decimal): -7274509 or 15990672. OLE color: 15990672.
HSL color Cylindrical-coordinate representation of color #90FFF3: hue angle of 173.51º 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 #90FFF3 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 255 | 243 | - |
| CMYK | 0.44 | 0 | 0.05 | 0 |
| HSL | 173.51º | 1% | 0.78% | - |
| HSV(B) | 173.51º | 0.44% | 1% | - |
| XYZ | 63.44 | 83.92 | 97.65 | - |
| YUV | 220.44 | 140.73 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 255 | 243 | 0.44 | 0 | 0.05 | 0 | 173.51 | 1 | 0.78 |
| Hex | 90 | FF | F3 | 2C | 0 | 5 | 0 | AE | 64 | 4E |
| Octal | 220 | 377 | 363 | 54 | 0 | 5 | 0 | 256 | 144 | 116 |
| Binary | 10010000 | 11111111 | 11110011 | 101100 | 0 | 101 | 0 | 10101110 | 1100100 | 1001110 |
Color Harmonies of #90FFF3
Complementary color
Monochromatic Colors of #90FFF3
Black with #90FFF3
Text Example
Text Example
White with #90FFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FFF3; }
p { color: rgb(144,255,243); }
H1.HeaderClassName
{
color: #90FFF3;
}
.AnyTagClassName
{
color: #90FFF3;
}
</style>
background-color css
<style>
a { background-color: #90FFF3; }
a { background-color: rgb(144,255,243); }
div.DivClassName
{
background-color: #90FFF3;
}
.BgClassName
{
background-color: #90FFF3;
}
</style>
border-color css
<style>
span { border-color: #90FFF3; }
span { border-color: rgb(144,255,243); }
td.TdClassName
{
border-color: #90FFF3;
}
.TagClassName
{
border-color: #90FFF3;
}
</style>