Shades of Electric Blue #90EDF9
Tints of Electric Blue #90EDF9
RGB
CMYK
RGB Variations
Color information
#90EDF9 (or 0x90EDF9) is known color: Electric Blue. HEX triplet: 90, ED and F9. RGB value is (144,237,249). Sum of RGB (Red+Green+Blue) = 144+237+249=630 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.86% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 249 (97.66% from 255 or 39.52% from 630); Max value from RGB is 249 - color contains mainly: blue. Hex color #90EDF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EDF9 is #6F1206. Grayscale: #D2D2D2. Windows color (decimal): -7279111 or 16379280. OLE color: 16379280.
HSL color Cylindrical-coordinate representation of color #90EDF9: hue angle of 186.86º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90EDF9 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 237 | 249 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.02 |
| HSL | 186.86º | 0.9% | 0.77% | - |
| HSV(B) | 186.86º | 0.42% | 0.98% | - |
| XYZ | 58.88 | 73.34 | 100.67 | - |
| YUV | 210.56 | 149.69 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 237 | 249 | 0.42 | 0.05 | 0 | 0.02 | 186.86 | 0.9 | 0.77 |
| Hex | 90 | ED | F9 | 2A | 5 | 0 | 2 | BB | 5A | 4D |
| Octal | 220 | 355 | 371 | 52 | 5 | 0 | 2 | 273 | 132 | 115 |
| Binary | 10010000 | 11101101 | 11111001 | 101010 | 101 | 0 | 10 | 10111011 | 1011010 | 1001101 |
Color Harmonies of #90EDF9
Complementary color
Monochromatic Colors of #90EDF9
Black with #90EDF9
Text Example
Text Example
White with #90EDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EDF9; }
p { color: rgb(144,237,249); }
H1.HeaderClassName
{
color: #90EDF9;
}
.AnyTagClassName
{
color: #90EDF9;
}
</style>
background-color css
<style>
a { background-color: #90EDF9; }
a { background-color: rgb(144,237,249); }
div.DivClassName
{
background-color: #90EDF9;
}
.BgClassName
{
background-color: #90EDF9;
}
</style>
border-color css
<style>
span { border-color: #90EDF9; }
span { border-color: rgb(144,237,249); }
td.TdClassName
{
border-color: #90EDF9;
}
.TagClassName
{
border-color: #90EDF9;
}
</style>