Shades of Electric Blue #98FFFF
Tints of Electric Blue #98FFFF
RGB
CMYK
RGB Variations
Color information
#98FFFF (or 0x98FFFF) is known color: Electric Blue. HEX triplet: 98, FF and FF. RGB value is (152,255,255). Sum of RGB (Red+Green+Blue) = 152+255+255=662 (87% of max value = 765). Red value is 152 (59.77% from 255 or 22.96% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #98FFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FFFF is #670000. Grayscale: #E0E0E0. Windows color (decimal): -6750209 or 16777112. OLE color: 16777112.
HSL color Cylindrical-coordinate representation of color #98FFFF: hue angle of 180º 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 #98FFFF is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 255 | - |
| CMYK | 0.40 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.8% | - |
| HSV(B) | 180º | 0.4% | 1% | - |
| XYZ | 66.76 | 85.42 | 107.58 | - |
| YUV | 224.2 | 145.38 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 255 | 0.40 | 0 | 0 | 0 | 180 | 1 | 0.8 |
| Hex | 98 | FF | FF | 28 | 0 | 0 | 0 | B4 | 64 | 50 |
| Octal | 230 | 377 | 377 | 50 | 0 | 0 | 0 | 264 | 144 | 120 |
| Binary | 10011000 | 11111111 | 11111111 | 101000 | 0 | 0 | 0 | 10110100 | 1100100 | 1010000 |
Color Harmonies of #98FFFF
Complementary color
Monochromatic Colors of #98FFFF
Black with #98FFFF
Text Example
Text Example
White with #98FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFFF; }
p { color: rgb(152,255,255); }
H1.HeaderClassName
{
color: #98FFFF;
}
.AnyTagClassName
{
color: #98FFFF;
}
</style>
background-color css
<style>
a { background-color: #98FFFF; }
a { background-color: rgb(152,255,255); }
div.DivClassName
{
background-color: #98FFFF;
}
.BgClassName
{
background-color: #98FFFF;
}
</style>
border-color css
<style>
span { border-color: #98FFFF; }
span { border-color: rgb(152,255,255); }
td.TdClassName
{
border-color: #98FFFF;
}
.TagClassName
{
border-color: #98FFFF;
}
</style>