#89F0FF

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

Shades of Electric Blue #89F0FF

Tints of Electric Blue #89F0FF

Color information

#89F0FF (or 0x89F0FF) is unknown color: approx Electric Blue. HEX triplet: 89, F0 and FF. RGB value is (137,240,255). Sum of RGB (Red+Green+Blue) = 137+240+255=632 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.68% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #89F0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F0FF is #760F00. Grayscale: #D2D2D2. Windows color (decimal): -7737089 or 16773257. OLE color: 16773257.

HSL color Cylindrical-coordinate representation of color #89F0FF: hue angle of 187.63º 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 #89F0FF is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB137240255-
CMYK0.460.0600
HSL187.63º100%76.86%-
HSV(B)187.63º46.27%100%-
XYZ59.5374.86105.92-
YUV210.91152.8875.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.68%
GREEN value IS 240 (94.14% from 255) = 37.97%
BLUE value IS 255 (100% from 255) = 40.35%
R=21.68%
G=37.97%
B=40.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1372402550.460.0600187.6310076.86
Hex89F0FF2E600bc644d
Octal21136037756600274144115
Binary100010011111000011111111101110110001011110011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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