Shades of Electric Blue #90FFEF
Tints of Electric Blue #90FFEF
RGB
CMYK
RGB Variations
Color information
#90FFEF (or 0x90FFEF) is known color: Electric Blue. HEX triplet: 90, FF and EF. RGB value is (144,255,239). Sum of RGB (Red+Green+Blue) = 144+255+239=638 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.57% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #90FFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FFEF is #6F0010. Grayscale: #DBDBDB. Windows color (decimal): -7274513 or 15728528. OLE color: 15728528.
HSL color Cylindrical-coordinate representation of color #90FFEF: hue angle of 171.35º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90FFEF is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 255 | 239 | - |
| CMYK | 0.44 | 0 | 0.06 | 0 |
| HSL | 171.35º | 1% | 0.78% | - |
| HSV(B) | 171.35º | 0.44% | 1% | - |
| XYZ | 62.84 | 83.68 | 94.5 | - |
| YUV | 219.99 | 138.73 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 255 | 239 | 0.44 | 0 | 0.06 | 0 | 171.35 | 1 | 0.78 |
| Hex | 90 | FF | EF | 2C | 0 | 6 | 0 | AB | 64 | 4E |
| Octal | 220 | 377 | 357 | 54 | 0 | 6 | 0 | 253 | 144 | 116 |
| Binary | 10010000 | 11111111 | 11101111 | 101100 | 0 | 110 | 0 | 10101011 | 1100100 | 1001110 |
Color Harmonies of #90FFEF
Complementary color
Monochromatic Colors of #90FFEF
Black with #90FFEF
Text Example
Text Example
White with #90FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FFEF; }
p { color: rgb(144,255,239); }
H1.HeaderClassName
{
color: #90FFEF;
}
.AnyTagClassName
{
color: #90FFEF;
}
</style>
background-color css
<style>
a { background-color: #90FFEF; }
a { background-color: rgb(144,255,239); }
div.DivClassName
{
background-color: #90FFEF;
}
.BgClassName
{
background-color: #90FFEF;
}
</style>
border-color css
<style>
span { border-color: #90FFEF; }
span { border-color: rgb(144,255,239); }
td.TdClassName
{
border-color: #90FFEF;
}
.TagClassName
{
border-color: #90FFEF;
}
</style>