Shades of Electric Blue #90F3EC
Tints of Electric Blue #90F3EC
RGB
CMYK
RGB Variations
Color information
#90F3EC (or 0x90F3EC) is known color: Electric Blue. HEX triplet: 90, F3 and EC. RGB value is (144,243,236). Sum of RGB (Red+Green+Blue) = 144+243+236=623 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.11% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 243 - color contains mainly: green. Hex color #90F3EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F3EC is #6F0C13. Grayscale: #D4D4D4. Windows color (decimal): -7277588 or 15528848. OLE color: 15528848.
HSL color Cylindrical-coordinate representation of color #90F3EC: hue angle of 175.76º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90F3EC is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 243 | 236 | - |
| CMYK | 0.41 | 0 | 0.03 | 0.05 |
| HSL | 175.76º | 0.8% | 0.76% | - |
| HSV(B) | 175.76º | 0.41% | 0.95% | - |
| XYZ | 58.69 | 76.09 | 90.95 | - |
| YUV | 212.6 | 141.2 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 243 | 236 | 0.41 | 0 | 0.03 | 0.05 | 175.76 | 0.8 | 0.76 |
| Hex | 90 | F3 | EC | 29 | 0 | 3 | 5 | B0 | 50 | 4C |
| Octal | 220 | 363 | 354 | 51 | 0 | 3 | 5 | 260 | 120 | 114 |
| Binary | 10010000 | 11110011 | 11101100 | 101001 | 0 | 11 | 101 | 10110000 | 1010000 | 1001100 |
Color Harmonies of #90F3EC
Complementary color
Monochromatic Colors of #90F3EC
Black with #90F3EC
Text Example
Text Example
White with #90F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F3EC; }
p { color: rgb(144,243,236); }
H1.HeaderClassName
{
color: #90F3EC;
}
.AnyTagClassName
{
color: #90F3EC;
}
</style>
background-color css
<style>
a { background-color: #90F3EC; }
a { background-color: rgb(144,243,236); }
div.DivClassName
{
background-color: #90F3EC;
}
.BgClassName
{
background-color: #90F3EC;
}
</style>
border-color css
<style>
span { border-color: #90F3EC; }
span { border-color: rgb(144,243,236); }
td.TdClassName
{
border-color: #90F3EC;
}
.TagClassName
{
border-color: #90F3EC;
}
</style>