Shades of Electric Blue #91F4FF
Tints of Electric Blue #91F4FF
RGB
CMYK
RGB Variations
Color information
#91F4FF (or 0x91F4FF) is known color: Electric Blue. HEX triplet: 91, F4 and FF. RGB value is (145,244,255). Sum of RGB (Red+Green+Blue) = 145+244+255=644 (85% of max value = 765). Red value is 145 (57.03% from 255 or 22.52% from 644); Green value is 244 (95.70% from 255 or 37.89% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #91F4FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F4FF is #6E0B00. Grayscale: #D7D7D7. Windows color (decimal): -7211777 or 16774289. OLE color: 16774289.
HSL color Cylindrical-coordinate representation of color #91F4FF: hue angle of 186º 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 #91F4FF is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 244 | 255 | - |
| CMYK | 0.43 | 0.04 | 0 | 0 |
| HSL | 186º | 1% | 0.78% | - |
| HSV(B) | 186º | 0.43% | 1% | - |
| XYZ | 62.08 | 77.94 | 106.38 | - |
| YUV | 215.65 | 150.2 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 244 | 255 | 0.43 | 0.04 | 0 | 0 | 186 | 1 | 0.78 |
| Hex | 91 | F4 | FF | 2B | 4 | 0 | 0 | BA | 64 | 4E |
| Octal | 221 | 364 | 377 | 53 | 4 | 0 | 0 | 272 | 144 | 116 |
| Binary | 10010001 | 11110100 | 11111111 | 101011 | 100 | 0 | 0 | 10111010 | 1100100 | 1001110 |
Color Harmonies of #91F4FF
Complementary color
Monochromatic Colors of #91F4FF
Black with #91F4FF
Text Example
Text Example
White with #91F4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F4FF; }
p { color: rgb(145,244,255); }
H1.HeaderClassName
{
color: #91F4FF;
}
.AnyTagClassName
{
color: #91F4FF;
}
</style>
background-color css
<style>
a { background-color: #91F4FF; }
a { background-color: rgb(145,244,255); }
div.DivClassName
{
background-color: #91F4FF;
}
.BgClassName
{
background-color: #91F4FF;
}
</style>
border-color css
<style>
span { border-color: #91F4FF; }
span { border-color: rgb(145,244,255); }
td.TdClassName
{
border-color: #91F4FF;
}
.TagClassName
{
border-color: #91F4FF;
}
</style>