Shades of Electric Blue #90F8F9
Tints of Electric Blue #90F8F9
RGB
CMYK
RGB Variations
Color information
#90F8F9 (or 0x90F8F9) is known color: Electric Blue. HEX triplet: 90, F8 and F9. RGB value is (144,248,249). Sum of RGB (Red+Green+Blue) = 144+248+249=641 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.46% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #90F8F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F8F9 is #6F0706. Grayscale: #D8D8D8. Windows color (decimal): -7276295 or 16382096. OLE color: 16382096.
HSL color Cylindrical-coordinate representation of color #90F8F9: hue angle of 180.57º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90F8F9 is Cyan = 0.42, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 248 | 249 | - |
| CMYK | 0.42 | 0.00 | 0 | 0.02 |
| HSL | 180.57º | 0.9% | 0.77% | - |
| HSV(B) | 180.57º | 0.42% | 0.98% | - |
| XYZ | 62.17 | 79.9 | 101.77 | - |
| YUV | 217.02 | 146.04 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 248 | 249 | 0.42 | 0.00 | 0 | 0.02 | 180.57 | 0.9 | 0.77 |
| Hex | 90 | F8 | F9 | 2A | 0 | 0 | 2 | B5 | 5A | 4D |
| Octal | 220 | 370 | 371 | 52 | 0 | 0 | 2 | 265 | 132 | 115 |
| Binary | 10010000 | 11111000 | 11111001 | 101010 | 0 | 0 | 10 | 10110101 | 1011010 | 1001101 |
Color Harmonies of #90F8F9
Complementary color
Monochromatic Colors of #90F8F9
Black with #90F8F9
Text Example
Text Example
White with #90F8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F8F9; }
p { color: rgb(144,248,249); }
H1.HeaderClassName
{
color: #90F8F9;
}
.AnyTagClassName
{
color: #90F8F9;
}
</style>
background-color css
<style>
a { background-color: #90F8F9; }
a { background-color: rgb(144,248,249); }
div.DivClassName
{
background-color: #90F8F9;
}
.BgClassName
{
background-color: #90F8F9;
}
</style>
border-color css
<style>
span { border-color: #90F8F9; }
span { border-color: rgb(144,248,249); }
td.TdClassName
{
border-color: #90F8F9;
}
.TagClassName
{
border-color: #90F8F9;
}
</style>