Shades of Electric Blue #96FFF3
Tints of Electric Blue #96FFF3
RGB
CMYK
RGB Variations
Color information
#96FFF3 (or 0x96FFF3) is known color: Electric Blue. HEX triplet: 96, FF and F3. RGB value is (150,255,243). Sum of RGB (Red+Green+Blue) = 150+255+243=648 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.15% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FFF3 is #69000C. Grayscale: #DEDEDE. Windows color (decimal): -6881293 or 15990678. OLE color: 15990678.
HSL color Cylindrical-coordinate representation of color #96FFF3: hue angle of 173.14º 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 #96FFF3 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 243 | - |
| CMYK | 0.41 | 0 | 0.05 | 0 |
| HSL | 173.14º | 1% | 0.79% | - |
| HSV(B) | 173.14º | 0.41% | 1% | - |
| XYZ | 64.52 | 84.48 | 97.7 | - |
| YUV | 222.24 | 139.71 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 243 | 0.41 | 0 | 0.05 | 0 | 173.14 | 1 | 0.79 |
| Hex | 96 | FF | F3 | 29 | 0 | 5 | 0 | AD | 64 | 4F |
| Octal | 226 | 377 | 363 | 51 | 0 | 5 | 0 | 255 | 144 | 117 |
| Binary | 10010110 | 11111111 | 11110011 | 101001 | 0 | 101 | 0 | 10101101 | 1100100 | 1001111 |
Color Harmonies of #96FFF3
Complementary color
Monochromatic Colors of #96FFF3
Black with #96FFF3
Text Example
Text Example
White with #96FFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFF3; }
p { color: rgb(150,255,243); }
H1.HeaderClassName
{
color: #96FFF3;
}
.AnyTagClassName
{
color: #96FFF3;
}
</style>
background-color css
<style>
a { background-color: #96FFF3; }
a { background-color: rgb(150,255,243); }
div.DivClassName
{
background-color: #96FFF3;
}
.BgClassName
{
background-color: #96FFF3;
}
</style>
border-color css
<style>
span { border-color: #96FFF3; }
span { border-color: rgb(150,255,243); }
td.TdClassName
{
border-color: #96FFF3;
}
.TagClassName
{
border-color: #96FFF3;
}
</style>