#89F9FA

Color #89F9FA Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #89F9FA

Tints of Electric Blue #89F9FA

Color information

#89F9FA (or 0x89F9FA) is unknown color: approx Electric Blue. HEX triplet: 89, F9 and FA. RGB value is (137,249,250). Sum of RGB (Red+Green+Blue) = 137+249+250=636 (84% of max value = 765). Red value is 137 (53.91% from 255 or 21.54% from 636); Green value is 249 (97.66% from 255 or 39.15% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #89F9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F9FA is #760605. Grayscale: #D7D7D7. Windows color (decimal): -7734790 or 16447881. OLE color: 16447881.

HSL color Cylindrical-coordinate representation of color #89F9FA: hue angle of 180.53º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89F9FA is Cyan = 0.45, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137249250-
CMYK0.450.0000.02
HSL180.53º91.87%75.88%-
HSV(B)180.53º45.2%98.04%-
XYZ61.4579.97102.64-
YUV215.63147.3971.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 21.54%
GREEN value IS 249 (97.66% from 255) = 39.15%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=21.54%
G=39.15%
B=39.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1372492500.450.0000.02180.5391.8775.88
Hex89F9FA2D002b55c4c
Octal21137137255002265134114
Binary10001001111110011111101010110100101011010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89F9FA; }

 p { color: rgb(137,249,250); }

 H1.HeaderClassName
 {
   color: #89F9FA;
 }
 .AnyTagClassName
 {
   color: #89F9FA;
 }
</style>
background-color css

<style>
 a { background-color: #89F9FA; }

 a { background-color: rgb(137,249,250); }

 div.DivClassName
 {
   background-color: #89F9FA;
 }
 .BgClassName
 {
   background-color: #89F9FA;
 }
</style>
border-color css

<style>
 span { border-color: #89F9FA; }

 span { border-color: rgb(137,249,250); }

 td.TdClassName
 {
   border-color: #89F9FA;
 }
 .TagClassName
 {
   border-color: #89F9FA;
 }
</style>