Shades of Electric Blue #91FAF2
Tints of Electric Blue #91FAF2
RGB
CMYK
RGB Variations
Color information
#91FAF2 (or 0x91FAF2) is known color: Electric Blue. HEX triplet: 91, FA and F2. RGB value is (145,250,242). Sum of RGB (Red+Green+Blue) = 145+250+242=637 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.76% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #91FAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91FAF2 is #6E050D. Grayscale: #D9D9D9. Windows color (decimal): -7210254 or 15923857. OLE color: 15923857.
HSL color Cylindrical-coordinate representation of color #91FAF2: hue angle of 175.43º degrees, saturation: 0.91, 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 #91FAF2 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 242 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.02 |
| HSL | 175.43º | 0.91% | 0.77% | - |
| HSV(B) | 175.43º | 0.42% | 0.98% | - |
| XYZ | 61.89 | 80.8 | 96.34 | - |
| YUV | 217.69 | 141.71 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 242 | 0.42 | 0 | 0.03 | 0.02 | 175.43 | 0.91 | 0.77 |
| Hex | 91 | FA | F2 | 2A | 0 | 3 | 2 | AF | 5B | 4D |
| Octal | 221 | 372 | 362 | 52 | 0 | 3 | 2 | 257 | 133 | 115 |
| Binary | 10010001 | 11111010 | 11110010 | 101010 | 0 | 11 | 10 | 10101111 | 1011011 | 1001101 |
Color Harmonies of #91FAF2
Complementary color
Monochromatic Colors of #91FAF2
Black with #91FAF2
Text Example
Text Example
White with #91FAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FAF2; }
p { color: rgb(145,250,242); }
H1.HeaderClassName
{
color: #91FAF2;
}
.AnyTagClassName
{
color: #91FAF2;
}
</style>
background-color css
<style>
a { background-color: #91FAF2; }
a { background-color: rgb(145,250,242); }
div.DivClassName
{
background-color: #91FAF2;
}
.BgClassName
{
background-color: #91FAF2;
}
</style>
border-color css
<style>
span { border-color: #91FAF2; }
span { border-color: rgb(145,250,242); }
td.TdClassName
{
border-color: #91FAF2;
}
.TagClassName
{
border-color: #91FAF2;
}
</style>