Shades of Electric Blue #99F9FE
Tints of Electric Blue #99F9FE
RGB
CMYK
RGB Variations
Color information
#99F9FE (or 0x99F9FE) is known color: Electric Blue. HEX triplet: 99, F9 and FE. RGB value is (153,249,254). Sum of RGB (Red+Green+Blue) = 153+249+254=656 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.32% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #99F9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F9FE is #660601. Grayscale: #DCDCDC. Windows color (decimal): -6686210 or 16710041. OLE color: 16710041.
HSL color Cylindrical-coordinate representation of color #99F9FE: hue angle of 182.97º 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 #99F9FE is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 249 | 254 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.00 |
| HSL | 182.97º | 0.98% | 0.8% | - |
| HSV(B) | 182.97º | 0.4% | 1% | - |
| XYZ | 64.9 | 81.68 | 106.11 | - |
| YUV | 220.87 | 146.7 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 249 | 254 | 0.40 | 0.02 | 0 | 0.00 | 182.97 | 0.98 | 0.8 |
| Hex | 99 | F9 | FE | 28 | 2 | 0 | 0 | B7 | 62 | 50 |
| Octal | 231 | 371 | 376 | 50 | 2 | 0 | 0 | 267 | 142 | 120 |
| Binary | 10011001 | 11111001 | 11111110 | 101000 | 10 | 0 | 0 | 10110111 | 1100010 | 1010000 |
Color Harmonies of #99F9FE
Complementary color
Monochromatic Colors of #99F9FE
Black with #99F9FE
Text Example
Text Example
White with #99F9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F9FE; }
p { color: rgb(153,249,254); }
H1.HeaderClassName
{
color: #99F9FE;
}
.AnyTagClassName
{
color: #99F9FE;
}
</style>
background-color css
<style>
a { background-color: #99F9FE; }
a { background-color: rgb(153,249,254); }
div.DivClassName
{
background-color: #99F9FE;
}
.BgClassName
{
background-color: #99F9FE;
}
</style>
border-color css
<style>
span { border-color: #99F9FE; }
span { border-color: rgb(153,249,254); }
td.TdClassName
{
border-color: #99F9FE;
}
.TagClassName
{
border-color: #99F9FE;
}
</style>