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