Shades of Electric Blue #99FCFF
Tints of Electric Blue #99FCFF
RGB
CMYK
RGB Variations
Color information
#99FCFF (or 0x99FCFF) is known color: Electric Blue. HEX triplet: 99, FC and FF. RGB value is (153,252,255). Sum of RGB (Red+Green+Blue) = 153+252+255=660 (87% of max value = 765). Red value is 153 (60.16% from 255 or 23.18% from 660); Green value is 252 (98.83% from 255 or 38.18% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #99FCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FCFF is #660300. Grayscale: #DEDEDE. Windows color (decimal): -6685441 or 16776345. OLE color: 16776345.
HSL color Cylindrical-coordinate representation of color #99FCFF: hue angle of 181.76º 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 #99FCFF is Cyan = 0.4, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 252 | 255 | - |
| CMYK | 0.4 | 0.01 | 0 | 0 |
| HSL | 181.76º | 1% | 0.8% | - |
| HSV(B) | 181.76º | 0.4% | 1% | - |
| XYZ | 66 | 83.61 | 107.27 | - |
| YUV | 222.74 | 146.2 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 252 | 255 | 0.4 | 0.01 | 0 | 0 | 181.76 | 1 | 0.8 |
| Hex | 99 | FC | FF | 28 | 1 | 0 | 0 | B6 | 64 | 50 |
| Octal | 231 | 374 | 377 | 50 | 1 | 0 | 0 | 266 | 144 | 120 |
| Binary | 10011001 | 11111100 | 11111111 | 101000 | 1 | 0 | 0 | 10110110 | 1100100 | 1010000 |
Color Harmonies of #99FCFF
Complementary color
Monochromatic Colors of #99FCFF
Black with #99FCFF
Text Example
Text Example
White with #99FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FCFF; }
p { color: rgb(153,252,255); }
H1.HeaderClassName
{
color: #99FCFF;
}
.AnyTagClassName
{
color: #99FCFF;
}
</style>
background-color css
<style>
a { background-color: #99FCFF; }
a { background-color: rgb(153,252,255); }
div.DivClassName
{
background-color: #99FCFF;
}
.BgClassName
{
background-color: #99FCFF;
}
</style>
border-color css
<style>
span { border-color: #99FCFF; }
span { border-color: rgb(153,252,255); }
td.TdClassName
{
border-color: #99FCFF;
}
.TagClassName
{
border-color: #99FCFF;
}
</style>