Shades of Electric Blue #99FDFF
Tints of Electric Blue #99FDFF
RGB
CMYK
RGB Variations
Color information
#99FDFF (or 0x99FDFF) is known color: Electric Blue. HEX triplet: 99, FD and FF. RGB value is (153,253,255). Sum of RGB (Red+Green+Blue) = 153+253+255=661 (87% of max value = 765). Red value is 153 (60.16% from 255 or 23.15% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #99FDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FDFF is #660200. Grayscale: #DFDFDF. Windows color (decimal): -6685185 or 16776601. OLE color: 16776601.
HSL color Cylindrical-coordinate representation of color #99FDFF: hue angle of 181.18º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FDFF is Cyan = 0.4, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 253 | 255 | - |
| CMYK | 0.4 | 0.01 | 0 | 0 |
| HSL | 181.18º | 1% | 0.8% | - |
| HSV(B) | 181.18º | 0.4% | 1% | - |
| XYZ | 66.31 | 84.24 | 107.37 | - |
| YUV | 223.33 | 145.87 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 253 | 255 | 0.4 | 0.01 | 0 | 0 | 181.18 | 1 | 0.8 |
| Hex | 99 | FD | FF | 28 | 1 | 0 | 0 | B5 | 64 | 50 |
| Octal | 231 | 375 | 377 | 50 | 1 | 0 | 0 | 265 | 144 | 120 |
| Binary | 10011001 | 11111101 | 11111111 | 101000 | 1 | 0 | 0 | 10110101 | 1100100 | 1010000 |
Color Harmonies of #99FDFF
Complementary color
Monochromatic Colors of #99FDFF
Black with #99FDFF
Text Example
Text Example
White with #99FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FDFF; }
p { color: rgb(153,253,255); }
H1.HeaderClassName
{
color: #99FDFF;
}
.AnyTagClassName
{
color: #99FDFF;
}
</style>
background-color css
<style>
a { background-color: #99FDFF; }
a { background-color: rgb(153,253,255); }
div.DivClassName
{
background-color: #99FDFF;
}
.BgClassName
{
background-color: #99FDFF;
}
</style>
border-color css
<style>
span { border-color: #99FDFF; }
span { border-color: rgb(153,253,255); }
td.TdClassName
{
border-color: #99FDFF;
}
.TagClassName
{
border-color: #99FDFF;
}
</style>