Shades of Electric Blue #90FFF9
Tints of Electric Blue #90FFF9
RGB
CMYK
RGB Variations
Color information
#90FFF9 (or 0x90FFF9) is known color: Electric Blue. HEX triplet: 90, FF and F9. RGB value is (144,255,249). Sum of RGB (Red+Green+Blue) = 144+255+249=648 (85% of max value = 765). Red value is 144 (56.64% from 255 or 22.22% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #90FFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FFF9 is #6F0006. Grayscale: #DDDDDD. Windows color (decimal): -7274503 or 16383888. OLE color: 16383888.
HSL color Cylindrical-coordinate representation of color #90FFF9: hue angle of 176.76º 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 #90FFF9 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 255 | 249 | - |
| CMYK | 0.44 | 0 | 0.02 | 0 |
| HSL | 176.76º | 1% | 0.78% | - |
| HSV(B) | 176.76º | 0.44% | 1% | - |
| XYZ | 64.36 | 84.29 | 102.5 | - |
| YUV | 221.13 | 143.73 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 255 | 249 | 0.44 | 0 | 0.02 | 0 | 176.76 | 1 | 0.78 |
| Hex | 90 | FF | F9 | 2C | 0 | 2 | 0 | B1 | 64 | 4E |
| Octal | 220 | 377 | 371 | 54 | 0 | 2 | 0 | 261 | 144 | 116 |
| Binary | 10010000 | 11111111 | 11111001 | 101100 | 0 | 10 | 0 | 10110001 | 1100100 | 1001110 |
Color Harmonies of #90FFF9
Complementary color
Monochromatic Colors of #90FFF9
Black with #90FFF9
Text Example
Text Example
White with #90FFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FFF9; }
p { color: rgb(144,255,249); }
H1.HeaderClassName
{
color: #90FFF9;
}
.AnyTagClassName
{
color: #90FFF9;
}
</style>
background-color css
<style>
a { background-color: #90FFF9; }
a { background-color: rgb(144,255,249); }
div.DivClassName
{
background-color: #90FFF9;
}
.BgClassName
{
background-color: #90FFF9;
}
</style>
border-color css
<style>
span { border-color: #90FFF9; }
span { border-color: rgb(144,255,249); }
td.TdClassName
{
border-color: #90FFF9;
}
.TagClassName
{
border-color: #90FFF9;
}
</style>