Shades of Electric Blue #99FCFD
Tints of Electric Blue #99FCFD
RGB
CMYK
RGB Variations
Color information
#99FCFD (or 0x99FCFD) is known color: Electric Blue. HEX triplet: 99, FC and FD. RGB value is (153,252,253). Sum of RGB (Red+Green+Blue) = 153+252+253=658 (87% of max value = 765). Red value is 153 (60.16% from 255 or 23.25% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #99FCFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FCFD is #660302. Grayscale: #DEDEDE. Windows color (decimal): -6685443 or 16645273. OLE color: 16645273.
HSL color Cylindrical-coordinate representation of color #99FCFD: hue angle of 180.6º 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 #99FCFD is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 252 | 253 | - |
| CMYK | 0.40 | 0.00 | 0 | 0.01 |
| HSL | 180.6º | 0.96% | 0.8% | - |
| HSV(B) | 180.6º | 0.4% | 0.99% | - |
| XYZ | 65.68 | 83.48 | 105.58 | - |
| YUV | 222.51 | 145.2 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 252 | 253 | 0.40 | 0.00 | 0 | 0.01 | 180.6 | 0.96 | 0.8 |
| Hex | 99 | FC | FD | 28 | 0 | 0 | 1 | B5 | 60 | 50 |
| Octal | 231 | 374 | 375 | 50 | 0 | 0 | 1 | 265 | 140 | 120 |
| Binary | 10011001 | 11111100 | 11111101 | 101000 | 0 | 0 | 1 | 10110101 | 1100000 | 1010000 |
Color Harmonies of #99FCFD
Complementary color
Monochromatic Colors of #99FCFD
Black with #99FCFD
Text Example
Text Example
White with #99FCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FCFD; }
p { color: rgb(153,252,253); }
H1.HeaderClassName
{
color: #99FCFD;
}
.AnyTagClassName
{
color: #99FCFD;
}
</style>
background-color css
<style>
a { background-color: #99FCFD; }
a { background-color: rgb(153,252,253); }
div.DivClassName
{
background-color: #99FCFD;
}
.BgClassName
{
background-color: #99FCFD;
}
</style>
border-color css
<style>
span { border-color: #99FCFD; }
span { border-color: rgb(153,252,253); }
td.TdClassName
{
border-color: #99FCFD;
}
.TagClassName
{
border-color: #99FCFD;
}
</style>