Shades of Electric Blue #90FAF8
Tints of Electric Blue #90FAF8
RGB
CMYK
RGB Variations
Color information
#90FAF8 (or 0x90FAF8) is known color: Electric Blue. HEX triplet: 90, FA and F8. RGB value is (144,250,248). Sum of RGB (Red+Green+Blue) = 144+250+248=642 (85% of max value = 765). Red value is 144 (56.64% from 255 or 22.43% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FAF8 is #6F0507. Grayscale: #D9D9D9. Windows color (decimal): -7275784 or 16317072. OLE color: 16317072.
HSL color Cylindrical-coordinate representation of color #90FAF8: hue angle of 178.87º degrees, saturation: 0.91, 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 #90FAF8 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 248 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.02 |
| HSL | 178.87º | 0.91% | 0.77% | - |
| HSV(B) | 178.87º | 0.42% | 0.98% | - |
| XYZ | 62.63 | 81.08 | 101.16 | - |
| YUV | 218.08 | 144.88 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 248 | 0.42 | 0 | 0.01 | 0.02 | 178.87 | 0.91 | 0.77 |
| Hex | 90 | FA | F8 | 2A | 0 | 1 | 2 | B3 | 5B | 4D |
| Octal | 220 | 372 | 370 | 52 | 0 | 1 | 2 | 263 | 133 | 115 |
| Binary | 10010000 | 11111010 | 11111000 | 101010 | 0 | 1 | 10 | 10110011 | 1011011 | 1001101 |
Color Harmonies of #90FAF8
Complementary color
Monochromatic Colors of #90FAF8
Black with #90FAF8
Text Example
Text Example
White with #90FAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FAF8; }
p { color: rgb(144,250,248); }
H1.HeaderClassName
{
color: #90FAF8;
}
.AnyTagClassName
{
color: #90FAF8;
}
</style>
background-color css
<style>
a { background-color: #90FAF8; }
a { background-color: rgb(144,250,248); }
div.DivClassName
{
background-color: #90FAF8;
}
.BgClassName
{
background-color: #90FAF8;
}
</style>
border-color css
<style>
span { border-color: #90FAF8; }
span { border-color: rgb(144,250,248); }
td.TdClassName
{
border-color: #90FAF8;
}
.TagClassName
{
border-color: #90FAF8;
}
</style>