Shades of Electric Blue #91FFF8
Tints of Electric Blue #91FFF8
RGB
CMYK
RGB Variations
Color information
#91FFF8 (or 0x91FFF8) is known color: Electric Blue. HEX triplet: 91, FF and F8. RGB value is (145,255,248). Sum of RGB (Red+Green+Blue) = 145+255+248=648 (85% of max value = 765). Red value is 145 (57.03% from 255 or 22.38% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 248 (97.27% from 255 or 38.27% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #91FFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91FFF8 is #6E0007. Grayscale: #DDDDDD. Windows color (decimal): -7208968 or 16318353. OLE color: 16318353.
HSL color Cylindrical-coordinate representation of color #91FFF8: hue angle of 176.18º 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 #91FFF8 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 255 | 248 | - |
| CMYK | 0.43 | 0 | 0.03 | 0 |
| HSL | 176.18º | 1% | 0.78% | - |
| HSV(B) | 176.18º | 0.43% | 1% | - |
| XYZ | 64.38 | 84.32 | 101.69 | - |
| YUV | 221.31 | 143.06 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 255 | 248 | 0.43 | 0 | 0.03 | 0 | 176.18 | 1 | 0.78 |
| Hex | 91 | FF | F8 | 2B | 0 | 3 | 0 | B0 | 64 | 4E |
| Octal | 221 | 377 | 370 | 53 | 0 | 3 | 0 | 260 | 144 | 116 |
| Binary | 10010001 | 11111111 | 11111000 | 101011 | 0 | 11 | 0 | 10110000 | 1100100 | 1001110 |
Color Harmonies of #91FFF8
Complementary color
Monochromatic Colors of #91FFF8
Black with #91FFF8
Text Example
Text Example
White with #91FFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FFF8; }
p { color: rgb(145,255,248); }
H1.HeaderClassName
{
color: #91FFF8;
}
.AnyTagClassName
{
color: #91FFF8;
}
</style>
background-color css
<style>
a { background-color: #91FFF8; }
a { background-color: rgb(145,255,248); }
div.DivClassName
{
background-color: #91FFF8;
}
.BgClassName
{
background-color: #91FFF8;
}
</style>
border-color css
<style>
span { border-color: #91FFF8; }
span { border-color: rgb(145,255,248); }
td.TdClassName
{
border-color: #91FFF8;
}
.TagClassName
{
border-color: #91FFF8;
}
</style>