Shades of Electric Blue #90F4FA
Tints of Electric Blue #90F4FA
RGB
CMYK
RGB Variations
Color information
#90F4FA (or 0x90F4FA) is known color: Electric Blue. HEX triplet: 90, F4 and FA. RGB value is (144,244,250). Sum of RGB (Red+Green+Blue) = 144+244+250=638 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.57% from 638); Green value is 244 (95.70% from 255 or 38.24% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #90F4FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F4FA is #6F0B05. Grayscale: #D6D6D6. Windows color (decimal): -7277318 or 16446608. OLE color: 16446608.
HSL color Cylindrical-coordinate representation of color #90F4FA: hue angle of 183.4º 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 #90F4FA is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 244 | 250 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.02 |
| HSL | 183.4º | 0.91% | 0.77% | - |
| HSV(B) | 183.4º | 0.42% | 0.98% | - |
| XYZ | 61.11 | 77.53 | 102.19 | - |
| YUV | 214.78 | 147.87 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 244 | 250 | 0.42 | 0.02 | 0 | 0.02 | 183.4 | 0.91 | 0.77 |
| Hex | 90 | F4 | FA | 2A | 2 | 0 | 2 | B7 | 5B | 4D |
| Octal | 220 | 364 | 372 | 52 | 2 | 0 | 2 | 267 | 133 | 115 |
| Binary | 10010000 | 11110100 | 11111010 | 101010 | 10 | 0 | 10 | 10110111 | 1011011 | 1001101 |
Color Harmonies of #90F4FA
Complementary color
Monochromatic Colors of #90F4FA
Black with #90F4FA
Text Example
Text Example
White with #90F4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F4FA; }
p { color: rgb(144,244,250); }
H1.HeaderClassName
{
color: #90F4FA;
}
.AnyTagClassName
{
color: #90F4FA;
}
</style>
background-color css
<style>
a { background-color: #90F4FA; }
a { background-color: rgb(144,244,250); }
div.DivClassName
{
background-color: #90F4FA;
}
.BgClassName
{
background-color: #90F4FA;
}
</style>
border-color css
<style>
span { border-color: #90F4FA; }
span { border-color: rgb(144,244,250); }
td.TdClassName
{
border-color: #90F4FA;
}
.TagClassName
{
border-color: #90F4FA;
}
</style>