Html Css Color HEX #89EFF1 Electric Blue

📋 copy color: '#89EFF1'

red 137 ◦ green 239 ◦ blue 241

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

Shades of Electric Blue #89EFF1

Tints of Electric Blue #89EFF1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.74%

 BLUE value IS 241 (94.53% from 255) = 39.06%

R = 22.2%
G = 38.74%
B = 39.06%

CMYK

 C value IS 0.43

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#89EFF1 (or 0x89EFF1) is known color: Electric Blue. HEX triplet: 89, EF and F1. RGB value is (137,239,241). Sum of RGB (Red+Green+Blue) = 137+239+241=617 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.20% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #89EFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EFF1 is #76100E. Grayscale: #D0D0D0. Windows color (decimal): -7737359 or 15855497. OLE color: 15855497.

HSL color Cylindrical-coordinate representation of color #89EFF1: hue angle of 181.15º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89EFF1 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 137 239 241 -
CMYK 0.43 0.01 0 0.05
HSL 181.15º 0.79% 0.74% -
HSV(B) 181.15º 0.43% 0.95% -
XYZ 57.06 73.4 94.38 -
YUV 208.73 146.21 76.84 -
System Red Green Blue C M Y K H S L
Decimal 137 239 241 0.43 0.01 0 0.05 181.15 0.79 0.74
Hex 89 EF F1 2B 1 0 5 B5 4F 4A
Octal 211 357 361 53 1 0 5 265 117 112
Binary 10001001 11101111 11110001 101011 1 0 101 10110101 1001111 1001010

Color Harmonies of #89EFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89EFF1

Black with #89EFF1

Text Example


Text Example

White with #89EFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89EFF1;
 }
 .AnyTagClassName
 {
   color: #89EFF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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