Shades of Electric Blue #96FFF4
Tints of Electric Blue #96FFF4
RGB
CMYK
RGB Variations
Color information
#96FFF4 (or 0x96FFF4) is known color: Electric Blue. HEX triplet: 96, FF and F4. RGB value is (150,255,244). Sum of RGB (Red+Green+Blue) = 150+255+244=649 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.11% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 244 (95.70% from 255 or 37.60% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FFF4 is #69000B. Grayscale: #DEDEDE. Windows color (decimal): -6881292 or 16056214. OLE color: 16056214.
HSL color Cylindrical-coordinate representation of color #96FFF4: hue angle of 173.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FFF4 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 244 | - |
| CMYK | 0.41 | 0 | 0.04 | 0 |
| HSL | 173.71º | 1% | 0.79% | - |
| HSV(B) | 173.71º | 0.41% | 1% | - |
| XYZ | 64.67 | 84.54 | 98.5 | - |
| YUV | 222.35 | 140.21 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 244 | 0.41 | 0 | 0.04 | 0 | 173.71 | 1 | 0.79 |
| Hex | 96 | FF | F4 | 29 | 0 | 4 | 0 | AE | 64 | 4F |
| Octal | 226 | 377 | 364 | 51 | 0 | 4 | 0 | 256 | 144 | 117 |
| Binary | 10010110 | 11111111 | 11110100 | 101001 | 0 | 100 | 0 | 10101110 | 1100100 | 1001111 |
Color Harmonies of #96FFF4
Complementary color
Monochromatic Colors of #96FFF4
Black with #96FFF4
Text Example
Text Example
White with #96FFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFF4; }
p { color: rgb(150,255,244); }
H1.HeaderClassName
{
color: #96FFF4;
}
.AnyTagClassName
{
color: #96FFF4;
}
</style>
background-color css
<style>
a { background-color: #96FFF4; }
a { background-color: rgb(150,255,244); }
div.DivClassName
{
background-color: #96FFF4;
}
.BgClassName
{
background-color: #96FFF4;
}
</style>
border-color css
<style>
span { border-color: #96FFF4; }
span { border-color: rgb(150,255,244); }
td.TdClassName
{
border-color: #96FFF4;
}
.TagClassName
{
border-color: #96FFF4;
}
</style>