Shades of Electric Blue #90FEEF
Tints of Electric Blue #90FEEF
RGB
CMYK
RGB Variations
Color information
#90FEEF (or 0x90FEEF) is known color: Electric Blue. HEX triplet: 90, FE and EF. RGB value is (144,254,239). Sum of RGB (Red+Green+Blue) = 144+254+239=637 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.61% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #90FEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FEEF is #6F0110. Grayscale: #DBDBDB. Windows color (decimal): -7274769 or 15728272. OLE color: 15728272.
HSL color Cylindrical-coordinate representation of color #90FEEF: hue angle of 171.82º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FEEF is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 254 | 239 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.00 |
| HSL | 171.82º | 0.98% | 0.78% | - |
| HSV(B) | 171.82º | 0.43% | 1% | - |
| XYZ | 62.52 | 83.04 | 94.4 | - |
| YUV | 219.4 | 139.06 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 254 | 239 | 0.43 | 0 | 0.06 | 0.00 | 171.82 | 0.98 | 0.78 |
| Hex | 90 | FE | EF | 2B | 0 | 6 | 0 | AC | 62 | 4E |
| Octal | 220 | 376 | 357 | 53 | 0 | 6 | 0 | 254 | 142 | 116 |
| Binary | 10010000 | 11111110 | 11101111 | 101011 | 0 | 110 | 0 | 10101100 | 1100010 | 1001110 |
Color Harmonies of #90FEEF
Complementary color
Monochromatic Colors of #90FEEF
Black with #90FEEF
Text Example
Text Example
White with #90FEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FEEF; }
p { color: rgb(144,254,239); }
H1.HeaderClassName
{
color: #90FEEF;
}
.AnyTagClassName
{
color: #90FEEF;
}
</style>
background-color css
<style>
a { background-color: #90FEEF; }
a { background-color: rgb(144,254,239); }
div.DivClassName
{
background-color: #90FEEF;
}
.BgClassName
{
background-color: #90FEEF;
}
</style>
border-color css
<style>
span { border-color: #90FEEF; }
span { border-color: rgb(144,254,239); }
td.TdClassName
{
border-color: #90FEEF;
}
.TagClassName
{
border-color: #90FEEF;
}
</style>