Shades of Electric Blue #99FCFE
Tints of Electric Blue #99FCFE
RGB
CMYK
RGB Variations
Color information
#99FCFE (or 0x99FCFE) is known color: Electric Blue. HEX triplet: 99, FC and FE. RGB value is (153,252,254). Sum of RGB (Red+Green+Blue) = 153+252+254=659 (87% of max value = 765). Red value is 153 (60.16% from 255 or 23.22% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #99FCFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FCFE is #660301. Grayscale: #DEDEDE. Windows color (decimal): -6685442 or 16710809. OLE color: 16710809.
HSL color Cylindrical-coordinate representation of color #99FCFE: hue angle of 181.19º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FCFE is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 252 | 254 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.00 |
| HSL | 181.19º | 0.98% | 0.8% | - |
| HSV(B) | 181.19º | 0.4% | 1% | - |
| XYZ | 65.84 | 83.55 | 106.42 | - |
| YUV | 222.63 | 145.7 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 252 | 254 | 0.40 | 0.01 | 0 | 0.00 | 181.19 | 0.98 | 0.8 |
| Hex | 99 | FC | FE | 28 | 1 | 0 | 0 | B5 | 62 | 50 |
| Octal | 231 | 374 | 376 | 50 | 1 | 0 | 0 | 265 | 142 | 120 |
| Binary | 10011001 | 11111100 | 11111110 | 101000 | 1 | 0 | 0 | 10110101 | 1100010 | 1010000 |
Color Harmonies of #99FCFE
Complementary color
Monochromatic Colors of #99FCFE
Black with #99FCFE
Text Example
Text Example
White with #99FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FCFE; }
p { color: rgb(153,252,254); }
H1.HeaderClassName
{
color: #99FCFE;
}
.AnyTagClassName
{
color: #99FCFE;
}
</style>
background-color css
<style>
a { background-color: #99FCFE; }
a { background-color: rgb(153,252,254); }
div.DivClassName
{
background-color: #99FCFE;
}
.BgClassName
{
background-color: #99FCFE;
}
</style>
border-color css
<style>
span { border-color: #99FCFE; }
span { border-color: rgb(153,252,254); }
td.TdClassName
{
border-color: #99FCFE;
}
.TagClassName
{
border-color: #99FCFE;
}
</style>