Shades of Electric Blue #91FBFF
Tints of Electric Blue #91FBFF
RGB
CMYK
RGB Variations
Color information
#91FBFF (or 0x91FBFF) is known color: Electric Blue. HEX triplet: 91, FB and FF. RGB value is (145,251,255). Sum of RGB (Red+Green+Blue) = 145+251+255=651 (86% of max value = 765). Red value is 145 (57.03% from 255 or 22.27% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #91FBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91FBFF is #6E0400. Grayscale: #DBDBDB. Windows color (decimal): -7209985 or 16776081. OLE color: 16776081.
HSL color Cylindrical-coordinate representation of color #91FBFF: hue angle of 182.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 #91FBFF is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 251 | 255 | - |
| CMYK | 0.43 | 0.02 | 0 | 0 |
| HSL | 182.18º | 1% | 0.78% | - |
| HSV(B) | 182.18º | 0.43% | 1% | - |
| XYZ | 64.22 | 82.23 | 107.1 | - |
| YUV | 219.76 | 147.88 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 251 | 255 | 0.43 | 0.02 | 0 | 0 | 182.18 | 1 | 0.78 |
| Hex | 91 | FB | FF | 2B | 2 | 0 | 0 | B6 | 64 | 4E |
| Octal | 221 | 373 | 377 | 53 | 2 | 0 | 0 | 266 | 144 | 116 |
| Binary | 10010001 | 11111011 | 11111111 | 101011 | 10 | 0 | 0 | 10110110 | 1100100 | 1001110 |
Color Harmonies of #91FBFF
Complementary color
Monochromatic Colors of #91FBFF
Black with #91FBFF
Text Example
Text Example
White with #91FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FBFF; }
p { color: rgb(145,251,255); }
H1.HeaderClassName
{
color: #91FBFF;
}
.AnyTagClassName
{
color: #91FBFF;
}
</style>
background-color css
<style>
a { background-color: #91FBFF; }
a { background-color: rgb(145,251,255); }
div.DivClassName
{
background-color: #91FBFF;
}
.BgClassName
{
background-color: #91FBFF;
}
</style>
border-color css
<style>
span { border-color: #91FBFF; }
span { border-color: rgb(145,251,255); }
td.TdClassName
{
border-color: #91FBFF;
}
.TagClassName
{
border-color: #91FBFF;
}
</style>