Shades of Electric Blue #99FFFE
Tints of Electric Blue #99FFFE
RGB
CMYK
RGB Variations
Color information
#99FFFE (or 0x99FFFE) is known color: Electric Blue. HEX triplet: 99, FF and FE. RGB value is (153,255,254). Sum of RGB (Red+Green+Blue) = 153+255+254=662 (87% of max value = 765). Red value is 153 (60.16% from 255 or 23.11% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FFFE is #660001. Grayscale: #E0E0E0. Windows color (decimal): -6684674 or 16711577. OLE color: 16711577.
HSL color Cylindrical-coordinate representation of color #99FFFE: hue angle of 179.41º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FFFE is Cyan = 0.4, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 254 | - |
| CMYK | 0.4 | 0 | 0.00 | 0 |
| HSL | 179.41º | 1% | 0.8% | - |
| HSV(B) | 179.41º | 0.4% | 1% | - |
| XYZ | 66.79 | 85.45 | 106.74 | - |
| YUV | 224.39 | 144.71 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 254 | 0.4 | 0 | 0.00 | 0 | 179.41 | 1 | 0.8 |
| Hex | 99 | FF | FE | 28 | 0 | 0 | 0 | B3 | 64 | 50 |
| Octal | 231 | 377 | 376 | 50 | 0 | 0 | 0 | 263 | 144 | 120 |
| Binary | 10011001 | 11111111 | 11111110 | 101000 | 0 | 0 | 0 | 10110011 | 1100100 | 1010000 |
Color Harmonies of #99FFFE
Complementary color
Monochromatic Colors of #99FFFE
Black with #99FFFE
Text Example
Text Example
White with #99FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FFFE; }
p { color: rgb(153,255,254); }
H1.HeaderClassName
{
color: #99FFFE;
}
.AnyTagClassName
{
color: #99FFFE;
}
</style>
background-color css
<style>
a { background-color: #99FFFE; }
a { background-color: rgb(153,255,254); }
div.DivClassName
{
background-color: #99FFFE;
}
.BgClassName
{
background-color: #99FFFE;
}
</style>
border-color css
<style>
span { border-color: #99FFFE; }
span { border-color: rgb(153,255,254); }
td.TdClassName
{
border-color: #99FFFE;
}
.TagClassName
{
border-color: #99FFFE;
}
</style>