Shades of Electric Blue #94FCF1
Tints of Electric Blue #94FCF1
RGB
CMYK
RGB Variations
Color information
#94FCF1 (or 0x94FCF1) is known color: Electric Blue. HEX triplet: 94, FC and F1. RGB value is (148,252,241). Sum of RGB (Red+Green+Blue) = 148+252+241=641 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.09% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #94FCF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FCF1 is #6B030E. Grayscale: #DBDBDB. Windows color (decimal): -7013135 or 15858836. OLE color: 15858836.
HSL color Cylindrical-coordinate representation of color #94FCF1: hue angle of 173.65º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FCF1 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 252 | 241 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.01 |
| HSL | 173.65º | 0.95% | 0.78% | - |
| HSV(B) | 173.65º | 0.41% | 0.99% | - |
| XYZ | 62.9 | 82.27 | 95.78 | - |
| YUV | 219.65 | 140.04 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 252 | 241 | 0.41 | 0 | 0.04 | 0.01 | 173.65 | 0.95 | 0.78 |
| Hex | 94 | FC | F1 | 29 | 0 | 4 | 1 | AE | 5F | 4E |
| Octal | 224 | 374 | 361 | 51 | 0 | 4 | 1 | 256 | 137 | 116 |
| Binary | 10010100 | 11111100 | 11110001 | 101001 | 0 | 100 | 1 | 10101110 | 1011111 | 1001110 |
Color Harmonies of #94FCF1
Complementary color
Monochromatic Colors of #94FCF1
Black with #94FCF1
Text Example
Text Example
White with #94FCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FCF1; }
p { color: rgb(148,252,241); }
H1.HeaderClassName
{
color: #94FCF1;
}
.AnyTagClassName
{
color: #94FCF1;
}
</style>
background-color css
<style>
a { background-color: #94FCF1; }
a { background-color: rgb(148,252,241); }
div.DivClassName
{
background-color: #94FCF1;
}
.BgClassName
{
background-color: #94FCF1;
}
</style>
border-color css
<style>
span { border-color: #94FCF1; }
span { border-color: rgb(148,252,241); }
td.TdClassName
{
border-color: #94FCF1;
}
.TagClassName
{
border-color: #94FCF1;
}
</style>