Shades of Electric Blue #96FFFF
Tints of Electric Blue #96FFFF
RGB
CMYK
RGB Variations
Color information
#96FFFF (or 0x96FFFF) is known color: Electric Blue. HEX triplet: 96, FF and FF. RGB value is (150,255,255). Sum of RGB (Red+Green+Blue) = 150+255+255=660 (87% of max value = 765). Red value is 150 (58.98% from 255 or 22.73% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #96FFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FFFF is #690000. Grayscale: #DFDFDF. Windows color (decimal): -6881281 or 16777110. OLE color: 16777110.
HSL color Cylindrical-coordinate representation of color #96FFFF: hue angle of 180º 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 #96FFFF is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 255 | - |
| CMYK | 0.41 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.79% | - |
| HSV(B) | 180º | 0.41% | 1% | - |
| XYZ | 66.39 | 85.22 | 107.56 | - |
| YUV | 223.61 | 145.71 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 255 | 0.41 | 0 | 0 | 0 | 180 | 1 | 0.79 |
| Hex | 96 | FF | FF | 29 | 0 | 0 | 0 | B4 | 64 | 4F |
| Octal | 226 | 377 | 377 | 51 | 0 | 0 | 0 | 264 | 144 | 117 |
| Binary | 10010110 | 11111111 | 11111111 | 101001 | 0 | 0 | 0 | 10110100 | 1100100 | 1001111 |
Color Harmonies of #96FFFF
Complementary color
Monochromatic Colors of #96FFFF
Black with #96FFFF
Text Example
Text Example
White with #96FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFFF; }
p { color: rgb(150,255,255); }
H1.HeaderClassName
{
color: #96FFFF;
}
.AnyTagClassName
{
color: #96FFFF;
}
</style>
background-color css
<style>
a { background-color: #96FFFF; }
a { background-color: rgb(150,255,255); }
div.DivClassName
{
background-color: #96FFFF;
}
.BgClassName
{
background-color: #96FFFF;
}
</style>
border-color css
<style>
span { border-color: #96FFFF; }
span { border-color: rgb(150,255,255); }
td.TdClassName
{
border-color: #96FFFF;
}
.TagClassName
{
border-color: #96FFFF;
}
</style>