Shades of Electric Blue #94F0FF
Tints of Electric Blue #94F0FF
RGB
CMYK
RGB Variations
Color information
#94F0FF (or 0x94F0FF) is known color: Electric Blue. HEX triplet: 94, F0 and FF. RGB value is (148,240,255). Sum of RGB (Red+Green+Blue) = 148+240+255=643 (85% of max value = 765). Red value is 148 (58.20% from 255 or 23.02% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #94F0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F0FF is #6B0F00. Grayscale: #D6D6D6. Windows color (decimal): -7016193 or 16773268. OLE color: 16773268.
HSL color Cylindrical-coordinate representation of color #94F0FF: hue angle of 188.41º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94F0FF is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 240 | 255 | - |
| CMYK | 0.42 | 0.06 | 0 | 0 |
| HSL | 188.41º | 1% | 0.79% | - |
| HSV(B) | 188.41º | 0.42% | 1% | - |
| XYZ | 61.42 | 75.84 | 106.01 | - |
| YUV | 214.2 | 151.02 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 240 | 255 | 0.42 | 0.06 | 0 | 0 | 188.41 | 1 | 0.79 |
| Hex | 94 | F0 | FF | 2A | 6 | 0 | 0 | BC | 64 | 4F |
| Octal | 224 | 360 | 377 | 52 | 6 | 0 | 0 | 274 | 144 | 117 |
| Binary | 10010100 | 11110000 | 11111111 | 101010 | 110 | 0 | 0 | 10111100 | 1100100 | 1001111 |
Color Harmonies of #94F0FF
Complementary color
Monochromatic Colors of #94F0FF
Black with #94F0FF
Text Example
Text Example
White with #94F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F0FF; }
p { color: rgb(148,240,255); }
H1.HeaderClassName
{
color: #94F0FF;
}
.AnyTagClassName
{
color: #94F0FF;
}
</style>
background-color css
<style>
a { background-color: #94F0FF; }
a { background-color: rgb(148,240,255); }
div.DivClassName
{
background-color: #94F0FF;
}
.BgClassName
{
background-color: #94F0FF;
}
</style>
border-color css
<style>
span { border-color: #94F0FF; }
span { border-color: rgb(148,240,255); }
td.TdClassName
{
border-color: #94F0FF;
}
.TagClassName
{
border-color: #94F0FF;
}
</style>