Shades of Electric Blue #99FDFB
Tints of Electric Blue #99FDFB
RGB
CMYK
RGB Variations
Color information
#99FDFB (or 0x99FDFB) is known color: Electric Blue. HEX triplet: 99, FD and FB. RGB value is (153,253,251). Sum of RGB (Red+Green+Blue) = 153+253+251=657 (87% of max value = 765). Red value is 153 (60.16% from 255 or 23.29% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #99FDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FDFB is #660204. Grayscale: #DEDEDE. Windows color (decimal): -6685189 or 16514457. OLE color: 16514457.
HSL color Cylindrical-coordinate representation of color #99FDFB: hue angle of 178.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FDFB is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 253 | 251 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.01 |
| HSL | 178.8º | 0.96% | 0.8% | - |
| HSV(B) | 178.8º | 0.4% | 0.99% | - |
| XYZ | 65.67 | 83.99 | 104.02 | - |
| YUV | 222.87 | 143.87 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 253 | 251 | 0.40 | 0 | 0.01 | 0.01 | 178.8 | 0.96 | 0.8 |
| Hex | 99 | FD | FB | 28 | 0 | 1 | 1 | B3 | 60 | 50 |
| Octal | 231 | 375 | 373 | 50 | 0 | 1 | 1 | 263 | 140 | 120 |
| Binary | 10011001 | 11111101 | 11111011 | 101000 | 0 | 1 | 1 | 10110011 | 1100000 | 1010000 |
Color Harmonies of #99FDFB
Complementary color
Monochromatic Colors of #99FDFB
Black with #99FDFB
Text Example
Text Example
White with #99FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FDFB; }
p { color: rgb(153,253,251); }
H1.HeaderClassName
{
color: #99FDFB;
}
.AnyTagClassName
{
color: #99FDFB;
}
</style>
background-color css
<style>
a { background-color: #99FDFB; }
a { background-color: rgb(153,253,251); }
div.DivClassName
{
background-color: #99FDFB;
}
.BgClassName
{
background-color: #99FDFB;
}
</style>
border-color css
<style>
span { border-color: #99FDFB; }
span { border-color: rgb(153,253,251); }
td.TdClassName
{
border-color: #99FDFB;
}
.TagClassName
{
border-color: #99FDFB;
}
</style>