Shades of Electric Blue #90ECFB
Tints of Electric Blue #90ECFB
RGB
CMYK
RGB Variations
Color information
#90ECFB (or 0x90ECFB) is known color: Electric Blue. HEX triplet: 90, EC and FB. RGB value is (144,236,251). Sum of RGB (Red+Green+Blue) = 144+236+251=631 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.82% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #90ECFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90ECFB is #6F1304. Grayscale: #D2D2D2. Windows color (decimal): -7279365 or 16510096. OLE color: 16510096.
HSL color Cylindrical-coordinate representation of color #90ECFB: hue angle of 188.41º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90ECFB is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 236 | 251 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.02 |
| HSL | 188.41º | 0.93% | 0.77% | - |
| HSV(B) | 188.41º | 0.43% | 0.98% | - |
| XYZ | 58.91 | 72.89 | 102.23 | - |
| YUV | 210.2 | 151.02 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 236 | 251 | 0.43 | 0.06 | 0 | 0.02 | 188.41 | 0.93 | 0.77 |
| Hex | 90 | EC | FB | 2B | 6 | 0 | 2 | BC | 5D | 4D |
| Octal | 220 | 354 | 373 | 53 | 6 | 0 | 2 | 274 | 135 | 115 |
| Binary | 10010000 | 11101100 | 11111011 | 101011 | 110 | 0 | 10 | 10111100 | 1011101 | 1001101 |
Color Harmonies of #90ECFB
Complementary color
Monochromatic Colors of #90ECFB
Black with #90ECFB
Text Example
Text Example
White with #90ECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ECFB; }
p { color: rgb(144,236,251); }
H1.HeaderClassName
{
color: #90ECFB;
}
.AnyTagClassName
{
color: #90ECFB;
}
</style>
background-color css
<style>
a { background-color: #90ECFB; }
a { background-color: rgb(144,236,251); }
div.DivClassName
{
background-color: #90ECFB;
}
.BgClassName
{
background-color: #90ECFB;
}
</style>
border-color css
<style>
span { border-color: #90ECFB; }
span { border-color: rgb(144,236,251); }
td.TdClassName
{
border-color: #90ECFB;
}
.TagClassName
{
border-color: #90ECFB;
}
</style>