Shades of Electric Blue #90F2F7
Tints of Electric Blue #90F2F7
RGB
CMYK
RGB Variations
Color information
#90F2F7 (or 0x90F2F7) is known color: Electric Blue. HEX triplet: 90, F2 and F7. RGB value is (144,242,247). Sum of RGB (Red+Green+Blue) = 144+242+247=633 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.75% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 247 (96.88% from 255 or 39.02% from 633); Max value from RGB is 247 - color contains mainly: blue. Hex color #90F2F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F2F7 is #6F0D08. Grayscale: #D5D5D5. Windows color (decimal): -7277833 or 16249488. OLE color: 16249488.
HSL color Cylindrical-coordinate representation of color #90F2F7: hue angle of 182.91º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90F2F7 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 242 | 247 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.03 |
| HSL | 182.91º | 0.87% | 0.77% | - |
| HSV(B) | 182.91º | 0.42% | 0.97% | - |
| XYZ | 60.04 | 76.15 | 99.53 | - |
| YUV | 213.27 | 147.03 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 247 | 0.42 | 0.02 | 0 | 0.03 | 182.91 | 0.87 | 0.77 |
| Hex | 90 | F2 | F7 | 2A | 2 | 0 | 3 | B7 | 57 | 4D |
| Octal | 220 | 362 | 367 | 52 | 2 | 0 | 3 | 267 | 127 | 115 |
| Binary | 10010000 | 11110010 | 11110111 | 101010 | 10 | 0 | 11 | 10110111 | 1010111 | 1001101 |
Color Harmonies of #90F2F7
Complementary color
Monochromatic Colors of #90F2F7
Black with #90F2F7
Text Example
Text Example
White with #90F2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F2F7; }
p { color: rgb(144,242,247); }
H1.HeaderClassName
{
color: #90F2F7;
}
.AnyTagClassName
{
color: #90F2F7;
}
</style>
background-color css
<style>
a { background-color: #90F2F7; }
a { background-color: rgb(144,242,247); }
div.DivClassName
{
background-color: #90F2F7;
}
.BgClassName
{
background-color: #90F2F7;
}
</style>
border-color css
<style>
span { border-color: #90F2F7; }
span { border-color: rgb(144,242,247); }
td.TdClassName
{
border-color: #90F2F7;
}
.TagClassName
{
border-color: #90F2F7;
}
</style>