Shades of Electric Blue #99F8FF
Tints of Electric Blue #99F8FF
RGB
CMYK
RGB Variations
Color information
#99F8FF (or 0x99F8FF) is known color: Electric Blue. HEX triplet: 99, F8 and FF. RGB value is (153,248,255). Sum of RGB (Red+Green+Blue) = 153+248+255=656 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.32% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #99F8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F8FF is #660700. Grayscale: #DCDCDC. Windows color (decimal): -6686465 or 16775321. OLE color: 16775321.
HSL color Cylindrical-coordinate representation of color #99F8FF: hue angle of 184.12º 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 #99F8FF is Cyan = 0.4, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 248 | 255 | - |
| CMYK | 0.4 | 0.03 | 0 | 0 |
| HSL | 184.12º | 1% | 0.8% | - |
| HSV(B) | 184.12º | 0.4% | 1% | - |
| XYZ | 64.75 | 81.13 | 106.85 | - |
| YUV | 220.39 | 147.53 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 248 | 255 | 0.4 | 0.03 | 0 | 0 | 184.12 | 1 | 0.8 |
| Hex | 99 | F8 | FF | 28 | 3 | 0 | 0 | B8 | 64 | 50 |
| Octal | 231 | 370 | 377 | 50 | 3 | 0 | 0 | 270 | 144 | 120 |
| Binary | 10011001 | 11111000 | 11111111 | 101000 | 11 | 0 | 0 | 10111000 | 1100100 | 1010000 |
Color Harmonies of #99F8FF
Complementary color
Monochromatic Colors of #99F8FF
Black with #99F8FF
Text Example
Text Example
White with #99F8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F8FF; }
p { color: rgb(153,248,255); }
H1.HeaderClassName
{
color: #99F8FF;
}
.AnyTagClassName
{
color: #99F8FF;
}
</style>
background-color css
<style>
a { background-color: #99F8FF; }
a { background-color: rgb(153,248,255); }
div.DivClassName
{
background-color: #99F8FF;
}
.BgClassName
{
background-color: #99F8FF;
}
</style>
border-color css
<style>
span { border-color: #99F8FF; }
span { border-color: rgb(153,248,255); }
td.TdClassName
{
border-color: #99F8FF;
}
.TagClassName
{
border-color: #99F8FF;
}
</style>