Html Css Color HEX #89F0FD Electric Blue

📋 copy color: '#89F0FD'

red 137 ◦ green 240 ◦ blue 253

#89F0FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #89F0FD

Tints of Electric Blue #89F0FD

RGB

 RED value IS 137 (53.91% from 255) = 21.75%

 GREEN value IS 240 (94.14% from 255) = 38.1%

 BLUE value IS 253 (99.22% from 255) = 40.16%

R = 21.75%
G = 38.1%
B = 40.16%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#89F0FD (or 0x89F0FD) is known color: 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

RGB 137 240 253 -
CMYK 0.46 0.05 0 0.01
HSL 186.72º 0.97% 0.76% -
HSV(B) 186.72º 0.46% 0.99% -
XYZ 59.21 74.73 104.23 -
YUV 210.69 151.88 75.44 -
System Red Green Blue C M Y K H S L
Decimal 137 240 253 0.46 0.05 0 0.01 186.72 0.97 0.76
Hex 89 F0 FD 2E 5 0 1 BB 61 4C
Octal 211 360 375 56 5 0 1 273 141 114
Binary 10001001 11110000 11111101 101110 101 0 1 10111011 1100001 1001100

Color Harmonies of #89F0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89F0FD

Black with #89F0FD

Text Example


Text Example

White with #89F0FD

Text Example


Text Example

HTML Codes & Css Web 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>