Shades of Electric Blue #96FEFA
Tints of Electric Blue #96FEFA
RGB
CMYK
RGB Variations
Color information
#96FEFA (or 0x96FEFA) is known color: Electric Blue. HEX triplet: 96, FE and FA. RGB value is (150,254,250). Sum of RGB (Red+Green+Blue) = 150+254+250=654 (86% of max value = 765). Red value is 150 (58.98% from 255 or 22.94% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #96FEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FEFA is #690105. Grayscale: #DEDEDE. Windows color (decimal): -6881542 or 16449174. OLE color: 16449174.
HSL color Cylindrical-coordinate representation of color #96FEFA: hue angle of 177.69º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FEFA is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 254 | 250 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.00 |
| HSL | 177.69º | 0.98% | 0.79% | - |
| HSV(B) | 177.69º | 0.41% | 1% | - |
| XYZ | 65.27 | 84.27 | 103.27 | - |
| YUV | 222.45 | 143.54 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 250 | 0.41 | 0 | 0.02 | 0.00 | 177.69 | 0.98 | 0.79 |
| Hex | 96 | FE | FA | 29 | 0 | 2 | 0 | B2 | 62 | 4F |
| Octal | 226 | 376 | 372 | 51 | 0 | 2 | 0 | 262 | 142 | 117 |
| Binary | 10010110 | 11111110 | 11111010 | 101001 | 0 | 10 | 0 | 10110010 | 1100010 | 1001111 |
Color Harmonies of #96FEFA
Complementary color
Monochromatic Colors of #96FEFA
Black with #96FEFA
Text Example
Text Example
White with #96FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FEFA; }
p { color: rgb(150,254,250); }
H1.HeaderClassName
{
color: #96FEFA;
}
.AnyTagClassName
{
color: #96FEFA;
}
</style>
background-color css
<style>
a { background-color: #96FEFA; }
a { background-color: rgb(150,254,250); }
div.DivClassName
{
background-color: #96FEFA;
}
.BgClassName
{
background-color: #96FEFA;
}
</style>
border-color css
<style>
span { border-color: #96FEFA; }
span { border-color: rgb(150,254,250); }
td.TdClassName
{
border-color: #96FEFA;
}
.TagClassName
{
border-color: #96FEFA;
}
</style>