Shades of Electric Blue #90F6FA
Tints of Electric Blue #90F6FA
RGB
CMYK
RGB Variations
Color information
#90F6FA (or 0x90F6FA) is known color: Electric Blue. HEX triplet: 90, F6 and FA. RGB value is (144,246,250). Sum of RGB (Red+Green+Blue) = 144+246+250=640 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.5% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #90F6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F6FA is #6F0905. Grayscale: #D7D7D7. Windows color (decimal): -7276806 or 16447120. OLE color: 16447120.
HSL color Cylindrical-coordinate representation of color #90F6FA: hue angle of 182.26º 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 #90F6FA is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 246 | 250 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.02 |
| HSL | 182.26º | 0.91% | 0.77% | - |
| HSV(B) | 182.26º | 0.42% | 0.98% | - |
| XYZ | 61.71 | 78.74 | 102.39 | - |
| YUV | 215.96 | 147.21 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 246 | 250 | 0.42 | 0.02 | 0 | 0.02 | 182.26 | 0.91 | 0.77 |
| Hex | 90 | F6 | FA | 2A | 2 | 0 | 2 | B6 | 5B | 4D |
| Octal | 220 | 366 | 372 | 52 | 2 | 0 | 2 | 266 | 133 | 115 |
| Binary | 10010000 | 11110110 | 11111010 | 101010 | 10 | 0 | 10 | 10110110 | 1011011 | 1001101 |
Color Harmonies of #90F6FA
Complementary color
Monochromatic Colors of #90F6FA
Black with #90F6FA
Text Example
Text Example
White with #90F6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F6FA; }
p { color: rgb(144,246,250); }
H1.HeaderClassName
{
color: #90F6FA;
}
.AnyTagClassName
{
color: #90F6FA;
}
</style>
background-color css
<style>
a { background-color: #90F6FA; }
a { background-color: rgb(144,246,250); }
div.DivClassName
{
background-color: #90F6FA;
}
.BgClassName
{
background-color: #90F6FA;
}
</style>
border-color css
<style>
span { border-color: #90F6FA; }
span { border-color: rgb(144,246,250); }
td.TdClassName
{
border-color: #90F6FA;
}
.TagClassName
{
border-color: #90F6FA;
}
</style>