Shades of Electric Blue #99FAFE
Tints of Electric Blue #99FAFE
RGB
CMYK
RGB Variations
Color information
#99FAFE (or 0x99FAFE) is known color: Electric Blue. HEX triplet: 99, FA and FE. RGB value is (153,250,254). Sum of RGB (Red+Green+Blue) = 153+250+254=657 (87% of max value = 765). Red value is 153 (60.16% from 255 or 23.29% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #99FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FAFE is #660501. Grayscale: #DDDDDD. Windows color (decimal): -6685954 or 16710297. OLE color: 16710297.
HSL color Cylindrical-coordinate representation of color #99FAFE: hue angle of 182.38º 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 #99FAFE is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 250 | 254 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.00 |
| HSL | 182.38º | 0.98% | 0.8% | - |
| HSV(B) | 182.38º | 0.4% | 1% | - |
| XYZ | 65.21 | 82.3 | 106.21 | - |
| YUV | 221.45 | 146.36 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 250 | 254 | 0.40 | 0.02 | 0 | 0.00 | 182.38 | 0.98 | 0.8 |
| Hex | 99 | FA | FE | 28 | 2 | 0 | 0 | B6 | 62 | 50 |
| Octal | 231 | 372 | 376 | 50 | 2 | 0 | 0 | 266 | 142 | 120 |
| Binary | 10011001 | 11111010 | 11111110 | 101000 | 10 | 0 | 0 | 10110110 | 1100010 | 1010000 |
Color Harmonies of #99FAFE
Complementary color
Monochromatic Colors of #99FAFE
Black with #99FAFE
Text Example
Text Example
White with #99FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FAFE; }
p { color: rgb(153,250,254); }
H1.HeaderClassName
{
color: #99FAFE;
}
.AnyTagClassName
{
color: #99FAFE;
}
</style>
background-color css
<style>
a { background-color: #99FAFE; }
a { background-color: rgb(153,250,254); }
div.DivClassName
{
background-color: #99FAFE;
}
.BgClassName
{
background-color: #99FAFE;
}
</style>
border-color css
<style>
span { border-color: #99FAFE; }
span { border-color: rgb(153,250,254); }
td.TdClassName
{
border-color: #99FAFE;
}
.TagClassName
{
border-color: #99FAFE;
}
</style>