Shades of Electric Blue #90FAEE
Tints of Electric Blue #90FAEE
RGB
CMYK
RGB Variations
Color information
#90FAEE (or 0x90FAEE) is known color: Electric Blue. HEX triplet: 90, FA and EE. RGB value is (144,250,238). Sum of RGB (Red+Green+Blue) = 144+250+238=632 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.78% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FAEE is #6F0511. Grayscale: #D8D8D8. Windows color (decimal): -7275794 or 15661712. OLE color: 15661712.
HSL color Cylindrical-coordinate representation of color #90FAEE: hue angle of 173.21º 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 #90FAEE is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 238 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.02 |
| HSL | 173.21º | 0.91% | 0.77% | - |
| HSV(B) | 173.21º | 0.42% | 0.98% | - |
| XYZ | 61.12 | 80.47 | 93.2 | - |
| YUV | 216.94 | 139.88 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 238 | 0.42 | 0 | 0.05 | 0.02 | 173.21 | 0.91 | 0.77 |
| Hex | 90 | FA | EE | 2A | 0 | 5 | 2 | AD | 5B | 4D |
| Octal | 220 | 372 | 356 | 52 | 0 | 5 | 2 | 255 | 133 | 115 |
| Binary | 10010000 | 11111010 | 11101110 | 101010 | 0 | 101 | 10 | 10101101 | 1011011 | 1001101 |
Color Harmonies of #90FAEE
Complementary color
Monochromatic Colors of #90FAEE
Black with #90FAEE
Text Example
Text Example
White with #90FAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FAEE; }
p { color: rgb(144,250,238); }
H1.HeaderClassName
{
color: #90FAEE;
}
.AnyTagClassName
{
color: #90FAEE;
}
</style>
background-color css
<style>
a { background-color: #90FAEE; }
a { background-color: rgb(144,250,238); }
div.DivClassName
{
background-color: #90FAEE;
}
.BgClassName
{
background-color: #90FAEE;
}
</style>
border-color css
<style>
span { border-color: #90FAEE; }
span { border-color: rgb(144,250,238); }
td.TdClassName
{
border-color: #90FAEE;
}
.TagClassName
{
border-color: #90FAEE;
}
</style>