Shades of Electric Blue #97FFFD
Tints of Electric Blue #97FFFD
RGB
CMYK
RGB Variations
Color information
#97FFFD (or 0x97FFFD) is known color: Electric Blue. HEX triplet: 97, FF and FD. RGB value is (151,255,253). Sum of RGB (Red+Green+Blue) = 151+255+253=659 (87% of max value = 765). Red value is 151 (59.38% from 255 or 22.91% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97FFFD is #680002. Grayscale: #DFDFDF. Windows color (decimal): -6815747 or 16646039. OLE color: 16646039.
HSL color Cylindrical-coordinate representation of color #97FFFD: hue angle of 178.85º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97FFFD is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 255 | 253 | - |
| CMYK | 0.41 | 0 | 0.01 | 0 |
| HSL | 178.85º | 1% | 0.8% | - |
| HSV(B) | 178.85º | 0.41% | 1% | - |
| XYZ | 66.25 | 85.19 | 105.88 | - |
| YUV | 223.68 | 144.54 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 255 | 253 | 0.41 | 0 | 0.01 | 0 | 178.85 | 1 | 0.8 |
| Hex | 97 | FF | FD | 29 | 0 | 1 | 0 | B3 | 64 | 50 |
| Octal | 227 | 377 | 375 | 51 | 0 | 1 | 0 | 263 | 144 | 120 |
| Binary | 10010111 | 11111111 | 11111101 | 101001 | 0 | 1 | 0 | 10110011 | 1100100 | 1010000 |
Color Harmonies of #97FFFD
Complementary color
Monochromatic Colors of #97FFFD
Black with #97FFFD
Text Example
Text Example
White with #97FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FFFD; }
p { color: rgb(151,255,253); }
H1.HeaderClassName
{
color: #97FFFD;
}
.AnyTagClassName
{
color: #97FFFD;
}
</style>
background-color css
<style>
a { background-color: #97FFFD; }
a { background-color: rgb(151,255,253); }
div.DivClassName
{
background-color: #97FFFD;
}
.BgClassName
{
background-color: #97FFFD;
}
</style>
border-color css
<style>
span { border-color: #97FFFD; }
span { border-color: rgb(151,255,253); }
td.TdClassName
{
border-color: #97FFFD;
}
.TagClassName
{
border-color: #97FFFD;
}
</style>