Html Css Color HEX #91FAED Electric Blue

📋 copy color: '#91FAED'

red 145 ◦ green 250 ◦ blue 237

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

Shades of Electric Blue #91FAED

Tints of Electric Blue #91FAED

RGB

 RED value IS 145 (57.03% from 255) = 22.94%

 GREEN value IS 250 (98.05% from 255) = 39.56%

 BLUE value IS 237 (92.97% from 255) = 37.5%

R = 22.94%
G = 39.56%
B = 37.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#91FAED (or 0x91FAED) is known color: Electric Blue. HEX triplet: 91, FA and ED. RGB value is (145,250,237). Sum of RGB (Red+Green+Blue) = 145+250+237=632 (83% of max value = 765). Red value is 145 (57.03% from 255 or 22.94% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #91FAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91FAED is #6E0512. Grayscale: #D9D9D9. Windows color (decimal): -7210259 or 15596177. OLE color: 15596177.

HSL color Cylindrical-coordinate representation of color #91FAED: hue angle of 172.57º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91FAED is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 145 250 237 -
CMYK 0.42 0 0.05 0.02
HSL 172.57º 0.91% 0.77% -
HSV(B) 172.57º 0.42% 0.98% -
XYZ 61.15 80.51 92.44 -
YUV 217.12 139.21 76.56 -
System Red Green Blue C M Y K H S L
Decimal 145 250 237 0.42 0 0.05 0.02 172.57 0.91 0.77
Hex 91 FA ED 2A 0 5 2 AD 5B 4D
Octal 221 372 355 52 0 5 2 255 133 115
Binary 10010001 11111010 11101101 101010 0 101 10 10101101 1011011 1001101

Color Harmonies of #91FAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91FAED

Black with #91FAED

Text Example


Text Example

White with #91FAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91FAED; }

 p { color: rgb(145,250,237); }

 H1.HeaderClassName
 {
   color: #91FAED;
 }
 .AnyTagClassName
 {
   color: #91FAED;
 }
</style>

background-color css

<style>
 a { background-color: #91FAED; }

 a { background-color: rgb(145,250,237); }

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

border-color css

<style>
 span { border-color: #91FAED; }

 span { border-color: rgb(145,250,237); }

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