Shades of Electric Blue #90EEF7
Tints of Electric Blue #90EEF7
RGB
CMYK
RGB Variations
Color information
#90EEF7 (or 0x90EEF7) is known color: Electric Blue. HEX triplet: 90, EE and F7. RGB value is (144,238,247). Sum of RGB (Red+Green+Blue) = 144+238+247=629 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.89% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 247 - color contains mainly: blue. Hex color #90EEF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EEF7 is #6F1108. Grayscale: #D2D2D2. Windows color (decimal): -7278857 or 16248464. OLE color: 16248464.
HSL color Cylindrical-coordinate representation of color #90EEF7: hue angle of 185.24º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90EEF7 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 238 | 247 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.03 |
| HSL | 185.24º | 0.87% | 0.77% | - |
| HSV(B) | 185.24º | 0.42% | 0.97% | - |
| XYZ | 58.86 | 73.79 | 99.14 | - |
| YUV | 210.92 | 148.36 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 238 | 247 | 0.42 | 0.04 | 0 | 0.03 | 185.24 | 0.87 | 0.77 |
| Hex | 90 | EE | F7 | 2A | 4 | 0 | 3 | B9 | 57 | 4D |
| Octal | 220 | 356 | 367 | 52 | 4 | 0 | 3 | 271 | 127 | 115 |
| Binary | 10010000 | 11101110 | 11110111 | 101010 | 100 | 0 | 11 | 10111001 | 1010111 | 1001101 |
Color Harmonies of #90EEF7
Complementary color
Monochromatic Colors of #90EEF7
Black with #90EEF7
Text Example
Text Example
White with #90EEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EEF7; }
p { color: rgb(144,238,247); }
H1.HeaderClassName
{
color: #90EEF7;
}
.AnyTagClassName
{
color: #90EEF7;
}
</style>
background-color css
<style>
a { background-color: #90EEF7; }
a { background-color: rgb(144,238,247); }
div.DivClassName
{
background-color: #90EEF7;
}
.BgClassName
{
background-color: #90EEF7;
}
</style>
border-color css
<style>
span { border-color: #90EEF7; }
span { border-color: rgb(144,238,247); }
td.TdClassName
{
border-color: #90EEF7;
}
.TagClassName
{
border-color: #90EEF7;
}
</style>