Shades of Electric Blue #90F3FA
Tints of Electric Blue #90F3FA
RGB
CMYK
RGB Variations
Color information
#90F3FA (or 0x90F3FA) is known color: Electric Blue. HEX triplet: 90, F3 and FA. RGB value is (144,243,250). Sum of RGB (Red+Green+Blue) = 144+243+250=637 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.61% from 637); Green value is 243 (95.31% from 255 or 38.15% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #90F3FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F3FA is #6F0C05. Grayscale: #D6D6D6. Windows color (decimal): -7277574 or 16446352. OLE color: 16446352.
HSL color Cylindrical-coordinate representation of color #90F3FA: hue angle of 183.96º 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 #90F3FA is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 243 | 250 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.02 |
| HSL | 183.96º | 0.91% | 0.77% | - |
| HSV(B) | 183.96º | 0.42% | 0.98% | - |
| XYZ | 60.81 | 76.93 | 102.09 | - |
| YUV | 214.2 | 148.2 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 243 | 250 | 0.42 | 0.03 | 0 | 0.02 | 183.96 | 0.91 | 0.77 |
| Hex | 90 | F3 | FA | 2A | 3 | 0 | 2 | B8 | 5B | 4D |
| Octal | 220 | 363 | 372 | 52 | 3 | 0 | 2 | 270 | 133 | 115 |
| Binary | 10010000 | 11110011 | 11111010 | 101010 | 11 | 0 | 10 | 10111000 | 1011011 | 1001101 |
Color Harmonies of #90F3FA
Complementary color
Monochromatic Colors of #90F3FA
Black with #90F3FA
Text Example
Text Example
White with #90F3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F3FA; }
p { color: rgb(144,243,250); }
H1.HeaderClassName
{
color: #90F3FA;
}
.AnyTagClassName
{
color: #90F3FA;
}
</style>
background-color css
<style>
a { background-color: #90F3FA; }
a { background-color: rgb(144,243,250); }
div.DivClassName
{
background-color: #90F3FA;
}
.BgClassName
{
background-color: #90F3FA;
}
</style>
border-color css
<style>
span { border-color: #90F3FA; }
span { border-color: rgb(144,243,250); }
td.TdClassName
{
border-color: #90F3FA;
}
.TagClassName
{
border-color: #90F3FA;
}
</style>