Shades of Electric Blue #90EDFB
Tints of Electric Blue #90EDFB
RGB
CMYK
RGB Variations
Color information
#90EDFB (or 0x90EDFB) is known color: Electric Blue. HEX triplet: 90, ED and FB. RGB value is (144,237,251). Sum of RGB (Red+Green+Blue) = 144+237+251=632 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.78% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #90EDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EDFB is #6F1204. Grayscale: #D2D2D2. Windows color (decimal): -7279109 or 16510352. OLE color: 16510352.
HSL color Cylindrical-coordinate representation of color #90EDFB: hue angle of 187.85º 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 #90EDFB is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 237 | 251 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.02 |
| HSL | 187.85º | 0.93% | 0.77% | - |
| HSV(B) | 187.85º | 0.43% | 0.98% | - |
| XYZ | 59.2 | 73.46 | 102.33 | - |
| YUV | 210.79 | 150.69 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 237 | 251 | 0.43 | 0.06 | 0 | 0.02 | 187.85 | 0.93 | 0.77 |
| Hex | 90 | ED | FB | 2B | 6 | 0 | 2 | BC | 5D | 4D |
| Octal | 220 | 355 | 373 | 53 | 6 | 0 | 2 | 274 | 135 | 115 |
| Binary | 10010000 | 11101101 | 11111011 | 101011 | 110 | 0 | 10 | 10111100 | 1011101 | 1001101 |
Color Harmonies of #90EDFB
Complementary color
Monochromatic Colors of #90EDFB
Black with #90EDFB
Text Example
Text Example
White with #90EDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EDFB; }
p { color: rgb(144,237,251); }
H1.HeaderClassName
{
color: #90EDFB;
}
.AnyTagClassName
{
color: #90EDFB;
}
</style>
background-color css
<style>
a { background-color: #90EDFB; }
a { background-color: rgb(144,237,251); }
div.DivClassName
{
background-color: #90EDFB;
}
.BgClassName
{
background-color: #90EDFB;
}
</style>
border-color css
<style>
span { border-color: #90EDFB; }
span { border-color: rgb(144,237,251); }
td.TdClassName
{
border-color: #90EDFB;
}
.TagClassName
{
border-color: #90EDFB;
}
</style>