Shades of Electric Blue #96FEFF
Tints of Electric Blue #96FEFF
RGB
CMYK
RGB Variations
Color information
#96FEFF (or 0x96FEFF) is known color: Electric Blue. HEX triplet: 96, FE and FF. RGB value is (150,254,255). Sum of RGB (Red+Green+Blue) = 150+254+255=659 (87% of max value = 765). Red value is 150 (58.98% from 255 or 22.76% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #96FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FEFF is #690100. Grayscale: #DEDEDE. Windows color (decimal): -6881537 or 16776854. OLE color: 16776854.
HSL color Cylindrical-coordinate representation of color #96FEFF: hue angle of 180.57º 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 #96FEFF is Cyan = 0.41, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 254 | 255 | - |
| CMYK | 0.41 | 0.00 | 0 | 0 |
| HSL | 180.57º | 1% | 0.79% | - |
| HSV(B) | 180.57º | 0.41% | 1% | - |
| XYZ | 66.07 | 84.59 | 107.45 | - |
| YUV | 223.02 | 146.04 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 255 | 0.41 | 0.00 | 0 | 0 | 180.57 | 1 | 0.79 |
| Hex | 96 | FE | FF | 29 | 0 | 0 | 0 | B5 | 64 | 4F |
| Octal | 226 | 376 | 377 | 51 | 0 | 0 | 0 | 265 | 144 | 117 |
| Binary | 10010110 | 11111110 | 11111111 | 101001 | 0 | 0 | 0 | 10110101 | 1100100 | 1001111 |
Color Harmonies of #96FEFF
Complementary color
Monochromatic Colors of #96FEFF
Black with #96FEFF
Text Example
Text Example
White with #96FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FEFF; }
p { color: rgb(150,254,255); }
H1.HeaderClassName
{
color: #96FEFF;
}
.AnyTagClassName
{
color: #96FEFF;
}
</style>
background-color css
<style>
a { background-color: #96FEFF; }
a { background-color: rgb(150,254,255); }
div.DivClassName
{
background-color: #96FEFF;
}
.BgClassName
{
background-color: #96FEFF;
}
</style>
border-color css
<style>
span { border-color: #96FEFF; }
span { border-color: rgb(150,254,255); }
td.TdClassName
{
border-color: #96FEFF;
}
.TagClassName
{
border-color: #96FEFF;
}
</style>