#89F1FB

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

Shades of Electric Blue #89F1FB

Tints of Electric Blue #89F1FB

Color information

#89F1FB (or 0x89F1FB) is unknown color: approx Electric Blue. HEX triplet: 89, F1 and FB. RGB value is (137,241,251). Sum of RGB (Red+Green+Blue) = 137+241+251=629 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.78% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #89F1FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F1FB is #760E04. Grayscale: #D2D2D2. Windows color (decimal): -7736837 or 16511369. OLE color: 16511369.

HSL color Cylindrical-coordinate representation of color #89F1FB: hue angle of 185.26º degrees, saturation: 0.93, 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 #89F1FB is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137241251-
CMYK0.450.0400.02
HSL185.26º93.44%76.08%-
HSV(B)185.26º45.42%98.43%-
XYZ59.1875.19102.66-
YUV211.04150.5475.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.78%
GREEN value IS 241 (94.53% from 255) = 38.31%
BLUE value IS 251 (98.44% from 255) = 39.90%
R=21.78%
G=38.31%
B=39.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1372412510.450.0400.02185.2693.4476.08
Hex89F1FB2D402b95d4c
Octal21136137355402271135114
Binary1000100111110001111110111011011000101011100110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,241,251); }

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

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

 a { background-color: rgb(137,241,251); }

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

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

 span { border-color: rgb(137,241,251); }

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