Shades of Electric Blue #91F0FD
Tints of Electric Blue #91F0FD
RGB
CMYK
RGB Variations
Color information
#91F0FD (or 0x91F0FD) is known color: Electric Blue. HEX triplet: 91, F0 and FD. RGB value is (145,240,253). Sum of RGB (Red+Green+Blue) = 145+240+253=638 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.73% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #91F0FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F0FD is #6E0F02. Grayscale: #D4D4D4. Windows color (decimal): -7212803 or 16642193. OLE color: 16642193.
HSL color Cylindrical-coordinate representation of color #91F0FD: hue angle of 187.22º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91F0FD is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 240 | 253 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.01 |
| HSL | 187.22º | 0.96% | 0.78% | - |
| HSV(B) | 187.22º | 0.43% | 0.99% | - |
| XYZ | 60.57 | 75.43 | 104.3 | - |
| YUV | 213.08 | 150.53 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 240 | 253 | 0.43 | 0.05 | 0 | 0.01 | 187.22 | 0.96 | 0.78 |
| Hex | 91 | F0 | FD | 2B | 5 | 0 | 1 | BB | 60 | 4E |
| Octal | 221 | 360 | 375 | 53 | 5 | 0 | 1 | 273 | 140 | 116 |
| Binary | 10010001 | 11110000 | 11111101 | 101011 | 101 | 0 | 1 | 10111011 | 1100000 | 1001110 |
Color Harmonies of #91F0FD
Complementary color
Monochromatic Colors of #91F0FD
Black with #91F0FD
Text Example
Text Example
White with #91F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F0FD; }
p { color: rgb(145,240,253); }
H1.HeaderClassName
{
color: #91F0FD;
}
.AnyTagClassName
{
color: #91F0FD;
}
</style>
background-color css
<style>
a { background-color: #91F0FD; }
a { background-color: rgb(145,240,253); }
div.DivClassName
{
background-color: #91F0FD;
}
.BgClassName
{
background-color: #91F0FD;
}
</style>
border-color css
<style>
span { border-color: #91F0FD; }
span { border-color: rgb(145,240,253); }
td.TdClassName
{
border-color: #91F0FD;
}
.TagClassName
{
border-color: #91F0FD;
}
</style>