Shades of Electric Blue #91EFF8
Tints of Electric Blue #91EFF8
RGB
CMYK
RGB Variations
Color information
#91EFF8 (or 0x91EFF8) is known color: Electric Blue. HEX triplet: 91, EF and F8. RGB value is (145,239,248). Sum of RGB (Red+Green+Blue) = 145+239+248=632 (83% of max value = 765). Red value is 145 (57.03% from 255 or 22.94% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 248 (97.27% from 255 or 39.24% from 632); Max value from RGB is 248 - color contains mainly: blue. Hex color #91EFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EFF8 is #6E1007. Grayscale: #D3D3D3. Windows color (decimal): -7213064 or 16314257. OLE color: 16314257.
HSL color Cylindrical-coordinate representation of color #91EFF8: hue angle of 185.24º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91EFF8 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 239 | 248 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.03 |
| HSL | 185.24º | 0.88% | 0.77% | - |
| HSV(B) | 185.24º | 0.42% | 0.97% | - |
| XYZ | 59.49 | 74.53 | 100.06 | - |
| YUV | 211.92 | 148.36 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 239 | 248 | 0.42 | 0.04 | 0 | 0.03 | 185.24 | 0.88 | 0.77 |
| Hex | 91 | EF | F8 | 2A | 4 | 0 | 3 | B9 | 58 | 4D |
| Octal | 221 | 357 | 370 | 52 | 4 | 0 | 3 | 271 | 130 | 115 |
| Binary | 10010001 | 11101111 | 11111000 | 101010 | 100 | 0 | 11 | 10111001 | 1011000 | 1001101 |
Color Harmonies of #91EFF8
Complementary color
Monochromatic Colors of #91EFF8
Black with #91EFF8
Text Example
Text Example
White with #91EFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EFF8; }
p { color: rgb(145,239,248); }
H1.HeaderClassName
{
color: #91EFF8;
}
.AnyTagClassName
{
color: #91EFF8;
}
</style>
background-color css
<style>
a { background-color: #91EFF8; }
a { background-color: rgb(145,239,248); }
div.DivClassName
{
background-color: #91EFF8;
}
.BgClassName
{
background-color: #91EFF8;
}
</style>
border-color css
<style>
span { border-color: #91EFF8; }
span { border-color: rgb(145,239,248); }
td.TdClassName
{
border-color: #91EFF8;
}
.TagClassName
{
border-color: #91EFF8;
}
</style>