Shades of Electric Blue #96F8F5
Tints of Electric Blue #96F8F5
RGB
CMYK
RGB Variations
Color information
#96F8F5 (or 0x96F8F5) is known color: Electric Blue. HEX triplet: 96, F8 and F5. RGB value is (150,248,245). Sum of RGB (Red+Green+Blue) = 150+248+245=643 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.33% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 245 (96.09% from 255 or 38.10% from 643); Max value from RGB is 248 - color contains mainly: green. Hex color #96F8F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F8F5 is #69070A. Grayscale: #DADADA. Windows color (decimal): -6883083 or 16119958. OLE color: 16119958.
HSL color Cylindrical-coordinate representation of color #96F8F5: hue angle of 178.16º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F8F5 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 248 | 245 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.03 |
| HSL | 178.16º | 0.88% | 0.78% | - |
| HSV(B) | 178.16º | 0.4% | 0.97% | - |
| XYZ | 62.63 | 80.21 | 98.57 | - |
| YUV | 218.36 | 143.03 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 248 | 245 | 0.40 | 0 | 0.01 | 0.03 | 178.16 | 0.88 | 0.78 |
| Hex | 96 | F8 | F5 | 28 | 0 | 1 | 3 | B2 | 58 | 4E |
| Octal | 226 | 370 | 365 | 50 | 0 | 1 | 3 | 262 | 130 | 116 |
| Binary | 10010110 | 11111000 | 11110101 | 101000 | 0 | 1 | 11 | 10110010 | 1011000 | 1001110 |
Color Harmonies of #96F8F5
Complementary color
Monochromatic Colors of #96F8F5
Black with #96F8F5
Text Example
Text Example
White with #96F8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F8F5; }
p { color: rgb(150,248,245); }
H1.HeaderClassName
{
color: #96F8F5;
}
.AnyTagClassName
{
color: #96F8F5;
}
</style>
background-color css
<style>
a { background-color: #96F8F5; }
a { background-color: rgb(150,248,245); }
div.DivClassName
{
background-color: #96F8F5;
}
.BgClassName
{
background-color: #96F8F5;
}
</style>
border-color css
<style>
span { border-color: #96F8F5; }
span { border-color: rgb(150,248,245); }
td.TdClassName
{
border-color: #96F8F5;
}
.TagClassName
{
border-color: #96F8F5;
}
</style>