Shades of Electric Blue #91FFFD
Tints of Electric Blue #91FFFD
RGB
CMYK
RGB Variations
Color information
#91FFFD (or 0x91FFFD) is known color: Electric Blue. HEX triplet: 91, FF and FD. RGB value is (145,255,253). Sum of RGB (Red+Green+Blue) = 145+255+253=653 (86% of max value = 765). Red value is 145 (57.03% from 255 or 22.21% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #91FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91FFFD is #6E0002. Grayscale: #DDDDDD. Windows color (decimal): -7208963 or 16646033. OLE color: 16646033.
HSL color Cylindrical-coordinate representation of color #91FFFD: hue angle of 178.91º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91FFFD is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 255 | 253 | - |
| CMYK | 0.43 | 0 | 0.01 | 0 |
| HSL | 178.91º | 1% | 0.78% | - |
| HSV(B) | 178.91º | 0.43% | 1% | - |
| XYZ | 65.17 | 84.63 | 105.83 | - |
| YUV | 221.88 | 145.56 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 255 | 253 | 0.43 | 0 | 0.01 | 0 | 178.91 | 1 | 0.78 |
| Hex | 91 | FF | FD | 2B | 0 | 1 | 0 | B3 | 64 | 4E |
| Octal | 221 | 377 | 375 | 53 | 0 | 1 | 0 | 263 | 144 | 116 |
| Binary | 10010001 | 11111111 | 11111101 | 101011 | 0 | 1 | 0 | 10110011 | 1100100 | 1001110 |
Color Harmonies of #91FFFD
Complementary color
Monochromatic Colors of #91FFFD
Black with #91FFFD
Text Example
Text Example
White with #91FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FFFD; }
p { color: rgb(145,255,253); }
H1.HeaderClassName
{
color: #91FFFD;
}
.AnyTagClassName
{
color: #91FFFD;
}
</style>
background-color css
<style>
a { background-color: #91FFFD; }
a { background-color: rgb(145,255,253); }
div.DivClassName
{
background-color: #91FFFD;
}
.BgClassName
{
background-color: #91FFFD;
}
</style>
border-color css
<style>
span { border-color: #91FFFD; }
span { border-color: rgb(145,255,253); }
td.TdClassName
{
border-color: #91FFFD;
}
.TagClassName
{
border-color: #91FFFD;
}
</style>