Shades of Electric Blue #91FAFE
Tints of Electric Blue #91FAFE
RGB
CMYK
RGB Variations
Color information
#91FAFE (or 0x91FAFE) is known color: Electric Blue. HEX triplet: 91, FA and FE. RGB value is (145,250,254). Sum of RGB (Red+Green+Blue) = 145+250+254=649 (85% of max value = 765). Red value is 145 (57.03% from 255 or 22.34% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #91FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91FAFE is #6E0501. Grayscale: #DADADA. Windows color (decimal): -7210242 or 16710289. OLE color: 16710289.
HSL color Cylindrical-coordinate representation of color #91FAFE: hue angle of 182.2º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91FAFE is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 250 | 254 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.00 |
| HSL | 182.2º | 0.98% | 0.78% | - |
| HSV(B) | 182.2º | 0.43% | 1% | - |
| XYZ | 63.75 | 81.55 | 106.15 | - |
| YUV | 219.06 | 147.71 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 254 | 0.43 | 0.02 | 0 | 0.00 | 182.2 | 0.98 | 0.78 |
| Hex | 91 | FA | FE | 2B | 2 | 0 | 0 | B6 | 62 | 4E |
| Octal | 221 | 372 | 376 | 53 | 2 | 0 | 0 | 266 | 142 | 116 |
| Binary | 10010001 | 11111010 | 11111110 | 101011 | 10 | 0 | 0 | 10110110 | 1100010 | 1001110 |
Color Harmonies of #91FAFE
Complementary color
Monochromatic Colors of #91FAFE
Black with #91FAFE
Text Example
Text Example
White with #91FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FAFE; }
p { color: rgb(145,250,254); }
H1.HeaderClassName
{
color: #91FAFE;
}
.AnyTagClassName
{
color: #91FAFE;
}
</style>
background-color css
<style>
a { background-color: #91FAFE; }
a { background-color: rgb(145,250,254); }
div.DivClassName
{
background-color: #91FAFE;
}
.BgClassName
{
background-color: #91FAFE;
}
</style>
border-color css
<style>
span { border-color: #91FAFE; }
span { border-color: rgb(145,250,254); }
td.TdClassName
{
border-color: #91FAFE;
}
.TagClassName
{
border-color: #91FAFE;
}
</style>