Shades of Electric Blue #98FCFC
Tints of Electric Blue #98FCFC
RGB
CMYK
RGB Variations
Color information
#98FCFC (or 0x98FCFC) is known color: Electric Blue. HEX triplet: 98, FC and FC. RGB value is (152,252,252). Sum of RGB (Red+Green+Blue) = 152+252+252=656 (86% of max value = 765). Red value is 152 (59.77% from 255 or 23.17% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #98FCFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FCFC is #670303. Grayscale: #DDDDDD. Windows color (decimal): -6750980 or 16579736. OLE color: 16579736.
HSL color Cylindrical-coordinate representation of color #98FCFC: hue angle of 180º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FCFC is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 252 | 252 | - |
| CMYK | 0.40 | 0 | 0 | 0.01 |
| HSL | 180º | 0.94% | 0.79% | - |
| HSV(B) | 180º | 0.4% | 0.99% | - |
| XYZ | 65.33 | 83.32 | 104.74 | - |
| YUV | 222.1 | 144.87 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 252 | 252 | 0.40 | 0 | 0 | 0.01 | 180 | 0.94 | 0.79 |
| Hex | 98 | FC | FC | 28 | 0 | 0 | 1 | B4 | 5E | 4F |
| Octal | 230 | 374 | 374 | 50 | 0 | 0 | 1 | 264 | 136 | 117 |
| Binary | 10011000 | 11111100 | 11111100 | 101000 | 0 | 0 | 1 | 10110100 | 1011110 | 1001111 |
Color Harmonies of #98FCFC
Complementary color
Monochromatic Colors of #98FCFC
Black with #98FCFC
Text Example
Text Example
White with #98FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FCFC; }
p { color: rgb(152,252,252); }
H1.HeaderClassName
{
color: #98FCFC;
}
.AnyTagClassName
{
color: #98FCFC;
}
</style>
background-color css
<style>
a { background-color: #98FCFC; }
a { background-color: rgb(152,252,252); }
div.DivClassName
{
background-color: #98FCFC;
}
.BgClassName
{
background-color: #98FCFC;
}
</style>
border-color css
<style>
span { border-color: #98FCFC; }
span { border-color: rgb(152,252,252); }
td.TdClassName
{
border-color: #98FCFC;
}
.TagClassName
{
border-color: #98FCFC;
}
</style>