Shades of Electric Blue #97FBF9
Tints of Electric Blue #97FBF9
RGB
CMYK
RGB Variations
Color information
#97FBF9 (or 0x97FBF9) is known color: Electric Blue. HEX triplet: 97, FB and F9. RGB value is (151,251,249). Sum of RGB (Red+Green+Blue) = 151+251+249=651 (86% of max value = 765). Red value is 151 (59.38% from 255 or 23.20% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #97FBF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97FBF9 is #680406. Grayscale: #DCDCDC. Windows color (decimal): -6816775 or 16382871. OLE color: 16382871.
HSL color Cylindrical-coordinate representation of color #97FBF9: hue angle of 178.8º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97FBF9 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 251 | 249 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.02 |
| HSL | 178.8º | 0.93% | 0.79% | - |
| HSV(B) | 178.8º | 0.4% | 0.98% | - |
| XYZ | 64.36 | 82.41 | 102.14 | - |
| YUV | 220.87 | 143.87 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 251 | 249 | 0.40 | 0 | 0.01 | 0.02 | 178.8 | 0.93 | 0.79 |
| Hex | 97 | FB | F9 | 28 | 0 | 1 | 2 | B3 | 5D | 4F |
| Octal | 227 | 373 | 371 | 50 | 0 | 1 | 2 | 263 | 135 | 117 |
| Binary | 10010111 | 11111011 | 11111001 | 101000 | 0 | 1 | 10 | 10110011 | 1011101 | 1001111 |
Color Harmonies of #97FBF9
Complementary color
Monochromatic Colors of #97FBF9
Black with #97FBF9
Text Example
Text Example
White with #97FBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FBF9; }
p { color: rgb(151,251,249); }
H1.HeaderClassName
{
color: #97FBF9;
}
.AnyTagClassName
{
color: #97FBF9;
}
</style>
background-color css
<style>
a { background-color: #97FBF9; }
a { background-color: rgb(151,251,249); }
div.DivClassName
{
background-color: #97FBF9;
}
.BgClassName
{
background-color: #97FBF9;
}
</style>
border-color css
<style>
span { border-color: #97FBF9; }
span { border-color: rgb(151,251,249); }
td.TdClassName
{
border-color: #97FBF9;
}
.TagClassName
{
border-color: #97FBF9;
}
</style>