#89F0FD

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

Shades of Electric Blue #89F0FD

Tints of Electric Blue #89F0FD

Color information

#89F0FD (or 0x89F0FD) is unknown color: approx Electric Blue. HEX triplet: 89, F0 and FD. RGB value is (137,240,253). Sum of RGB (Red+Green+Blue) = 137+240+253=630 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.75% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #89F0FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F0FD is #760F02. Grayscale: #D2D2D2. Windows color (decimal): -7737091 or 16642185. OLE color: 16642185.

HSL color Cylindrical-coordinate representation of color #89F0FD: hue angle of 186.72º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89F0FD is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB137240253-
CMYK0.460.0500.01
HSL186.72º96.67%76.47%-
HSV(B)186.72º45.85%99.22%-
XYZ59.2174.73104.23-
YUV210.68151.8875.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.75%
GREEN value IS 240 (94.14% from 255) = 38.10%
BLUE value IS 253 (99.22% from 255) = 40.16%
R=21.75%
G=38.10%
B=40.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1372402530.460.0500.01186.7296.6776.47
Hex89F0FD2E501bb614c
Octal21136037556501273141114
Binary100010011111000011111101101110101011011101111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,240,253); }

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

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

 a { background-color: rgb(137,240,253); }

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

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

 span { border-color: rgb(137,240,253); }

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