Html Css Color HEX #89ECFC Electric Blue

📋 copy color: '#89ECFC'

red 137 ◦ green 236 ◦ blue 252

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

Shades of Electric Blue #89ECFC

Tints of Electric Blue #89ECFC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.76%

 BLUE value IS 252 (98.83% from 255) = 40.32%

R = 21.92%
G = 37.76%
B = 40.32%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#89ECFC (or 0x89ECFC) is known color: Electric Blue. HEX triplet: 89, EC and FC. RGB value is (137,236,252). Sum of RGB (Red+Green+Blue) = 137+236+252=625 (82% of max value = 765). Red value is 137 (53.91% from 255 or 21.92% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #89ECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89ECFC is #761303. Grayscale: #D0D0D0. Windows color (decimal): -7738116 or 16575625. OLE color: 16575625.

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

Color convert

RGB 137 236 252 -
CMYK 0.46 0.06 0 0.01
HSL 188.35º 0.95% 0.76% -
HSV(B) 188.35º 0.46% 0.99% -
XYZ 57.88 72.34 103.01 -
YUV 208.22 152.7 77.2 -
System Red Green Blue C M Y K H S L
Decimal 137 236 252 0.46 0.06 0 0.01 188.35 0.95 0.76
Hex 89 EC FC 2E 6 0 1 BC 5F 4C
Octal 211 354 374 56 6 0 1 274 137 114
Binary 10001001 11101100 11111100 101110 110 0 1 10111100 1011111 1001100

Color Harmonies of #89ECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ECFC

Black with #89ECFC

Text Example


Text Example

White with #89ECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,236,252); }

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

background-color css

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

 a { background-color: rgb(137,236,252); }

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

border-color css

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

 span { border-color: rgb(137,236,252); }

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