Shades of Electric Blue #96FFF6
Tints of Electric Blue #96FFF6
RGB
CMYK
RGB Variations
Color information
#96FFF6 (or 0x96FFF6) is known color: Electric Blue. HEX triplet: 96, FF and F6. RGB value is (150,255,246). Sum of RGB (Red+Green+Blue) = 150+255+246=651 (86% of max value = 765). Red value is 150 (58.98% from 255 or 23.04% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 246 (96.48% from 255 or 37.79% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FFF6 is #690009. Grayscale: #DEDEDE. Windows color (decimal): -6881290 or 16187286. OLE color: 16187286.
HSL color Cylindrical-coordinate representation of color #96FFF6: hue angle of 174.86º 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 #96FFF6 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 246 | - |
| CMYK | 0.41 | 0 | 0.04 | 0 |
| HSL | 174.86º | 1% | 0.79% | - |
| HSV(B) | 174.86º | 0.41% | 1% | - |
| XYZ | 64.97 | 84.66 | 100.11 | - |
| YUV | 222.58 | 141.21 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 246 | 0.41 | 0 | 0.04 | 0 | 174.86 | 1 | 0.79 |
| Hex | 96 | FF | F6 | 29 | 0 | 4 | 0 | AF | 64 | 4F |
| Octal | 226 | 377 | 366 | 51 | 0 | 4 | 0 | 257 | 144 | 117 |
| Binary | 10010110 | 11111111 | 11110110 | 101001 | 0 | 100 | 0 | 10101111 | 1100100 | 1001111 |
Color Harmonies of #96FFF6
Complementary color
Monochromatic Colors of #96FFF6
Black with #96FFF6
Text Example
Text Example
White with #96FFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFF6; }
p { color: rgb(150,255,246); }
H1.HeaderClassName
{
color: #96FFF6;
}
.AnyTagClassName
{
color: #96FFF6;
}
</style>
background-color css
<style>
a { background-color: #96FFF6; }
a { background-color: rgb(150,255,246); }
div.DivClassName
{
background-color: #96FFF6;
}
.BgClassName
{
background-color: #96FFF6;
}
</style>
border-color css
<style>
span { border-color: #96FFF6; }
span { border-color: rgb(150,255,246); }
td.TdClassName
{
border-color: #96FFF6;
}
.TagClassName
{
border-color: #96FFF6;
}
</style>