Shades of Electric Blue #89F8FF
Tints of Electric Blue #89F8FF
RGB
CMYK
RGB Variations
Color information
#89F8FF (or 0x89F8FF) is known color: Electric Blue. HEX triplet: 89, F8 and FF. RGB value is (137,248,255). Sum of RGB (Red+Green+Blue) = 137+248+255=640 (84% of max value = 765). Red value is 137 (53.91% from 255 or 21.41% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #89F8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F8FF is #760700. Grayscale: #D7D7D7. Windows color (decimal): -7735041 or 16775305. OLE color: 16775305.
HSL color Cylindrical-coordinate representation of color #89F8FF: hue angle of 183.56º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89F8FF is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 248 | 255 | - |
| CMYK | 0.46 | 0.03 | 0 | 0 |
| HSL | 183.56º | 1% | 0.77% | - |
| HSV(B) | 183.56º | 0.46% | 1% | - |
| XYZ | 61.93 | 79.67 | 106.72 | - |
| YUV | 215.61 | 150.23 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 248 | 255 | 0.46 | 0.03 | 0 | 0 | 183.56 | 1 | 0.77 |
| Hex | 89 | F8 | FF | 2E | 3 | 0 | 0 | B8 | 64 | 4D |
| Octal | 211 | 370 | 377 | 56 | 3 | 0 | 0 | 270 | 144 | 115 |
| Binary | 10001001 | 11111000 | 11111111 | 101110 | 11 | 0 | 0 | 10111000 | 1100100 | 1001101 |
Color Harmonies of #89F8FF
Complementary color
Monochromatic Colors of #89F8FF
Black with #89F8FF
Text Example
Text Example
White with #89F8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F8FF; }
p { color: rgb(137,248,255); }
H1.HeaderClassName
{
color: #89F8FF;
}
.AnyTagClassName
{
color: #89F8FF;
}
</style>
background-color css
<style>
a { background-color: #89F8FF; }
a { background-color: rgb(137,248,255); }
div.DivClassName
{
background-color: #89F8FF;
}
.BgClassName
{
background-color: #89F8FF;
}
</style>
border-color css
<style>
span { border-color: #89F8FF; }
span { border-color: rgb(137,248,255); }
td.TdClassName
{
border-color: #89F8FF;
}
.TagClassName
{
border-color: #89F8FF;
}
</style>