Shades of Electric Blue #91F9F3
Tints of Electric Blue #91F9F3
RGB
CMYK
RGB Variations
Color information
#91F9F3 (or 0x91F9F3) is known color: Electric Blue. HEX triplet: 91, F9 and F3. RGB value is (145,249,243). Sum of RGB (Red+Green+Blue) = 145+249+243=637 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.76% from 637); Green value is 249 (97.66% from 255 or 39.09% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 249 - color contains mainly: green. Hex color #91F9F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F9F3 is #6E060C. Grayscale: #D9D9D9. Windows color (decimal): -7210509 or 15989137. OLE color: 15989137.
HSL color Cylindrical-coordinate representation of color #91F9F3: hue angle of 176.54º 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 #91F9F3 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 249 | 243 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.02 |
| HSL | 176.54º | 0.9% | 0.77% | - |
| HSV(B) | 176.54º | 0.42% | 0.98% | - |
| XYZ | 61.73 | 80.24 | 97.03 | - |
| YUV | 217.22 | 142.54 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 249 | 243 | 0.42 | 0 | 0.02 | 0.02 | 176.54 | 0.9 | 0.77 |
| Hex | 91 | F9 | F3 | 2A | 0 | 2 | 2 | B1 | 5A | 4D |
| Octal | 221 | 371 | 363 | 52 | 0 | 2 | 2 | 261 | 132 | 115 |
| Binary | 10010001 | 11111001 | 11110011 | 101010 | 0 | 10 | 10 | 10110001 | 1011010 | 1001101 |
Color Harmonies of #91F9F3
Complementary color
Monochromatic Colors of #91F9F3
Black with #91F9F3
Text Example
Text Example
White with #91F9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F9F3; }
p { color: rgb(145,249,243); }
H1.HeaderClassName
{
color: #91F9F3;
}
.AnyTagClassName
{
color: #91F9F3;
}
</style>
background-color css
<style>
a { background-color: #91F9F3; }
a { background-color: rgb(145,249,243); }
div.DivClassName
{
background-color: #91F9F3;
}
.BgClassName
{
background-color: #91F9F3;
}
</style>
border-color css
<style>
span { border-color: #91F9F3; }
span { border-color: rgb(145,249,243); }
td.TdClassName
{
border-color: #91F9F3;
}
.TagClassName
{
border-color: #91F9F3;
}
</style>