Shades of Electric Blue #91FAFA
Tints of Electric Blue #91FAFA
RGB
CMYK
RGB Variations
Color information
#91FAFA (or 0x91FAFA) is known color: Electric Blue. HEX triplet: 91, FA and FA. RGB value is (145,250,250). Sum of RGB (Red+Green+Blue) = 145+250+250=645 (85% of max value = 765). Red value is 145 (57.03% from 255 or 22.48% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #91FAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91FAFA is #6E0505. Grayscale: #DADADA. Windows color (decimal): -7210246 or 16448145. OLE color: 16448145.
HSL color Cylindrical-coordinate representation of color #91FAFA: hue angle of 180º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91FAFA is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 250 | - |
| CMYK | 0.42 | 0 | 0 | 0.02 |
| HSL | 180º | 0.91% | 0.77% | - |
| HSV(B) | 180º | 0.42% | 0.98% | - |
| XYZ | 63.12 | 81.29 | 102.81 | - |
| YUV | 218.61 | 145.71 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 250 | 0.42 | 0 | 0 | 0.02 | 180 | 0.91 | 0.77 |
| Hex | 91 | FA | FA | 2A | 0 | 0 | 2 | B4 | 5B | 4D |
| Octal | 221 | 372 | 372 | 52 | 0 | 0 | 2 | 264 | 133 | 115 |
| Binary | 10010001 | 11111010 | 11111010 | 101010 | 0 | 0 | 10 | 10110100 | 1011011 | 1001101 |
Color Harmonies of #91FAFA
Complementary color
Monochromatic Colors of #91FAFA
Black with #91FAFA
Text Example
Text Example
White with #91FAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FAFA; }
p { color: rgb(145,250,250); }
H1.HeaderClassName
{
color: #91FAFA;
}
.AnyTagClassName
{
color: #91FAFA;
}
</style>
background-color css
<style>
a { background-color: #91FAFA; }
a { background-color: rgb(145,250,250); }
div.DivClassName
{
background-color: #91FAFA;
}
.BgClassName
{
background-color: #91FAFA;
}
</style>
border-color css
<style>
span { border-color: #91FAFA; }
span { border-color: rgb(145,250,250); }
td.TdClassName
{
border-color: #91FAFA;
}
.TagClassName
{
border-color: #91FAFA;
}
</style>