Html Css Color HEX #91F5F6 Electric Blue

📋 copy color: '#91F5F6'

red 145 ◦ green 245 ◦ blue 246

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

Shades of Electric Blue #91F5F6

Tints of Electric Blue #91F5F6

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.52%

 BLUE value IS 246 (96.48% from 255) = 38.68%

R = 22.8%
G = 38.52%
B = 38.68%

CMYK

 C value IS 0.41

 M value IS 0.00

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#91F5F6 (or 0x91F5F6) is known color: Electric Blue. HEX triplet: 91, F5 and F6. RGB value is (145,245,246). Sum of RGB (Red+Green+Blue) = 145+245+246=636 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.80% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #91F5F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F5F6 is #6E0A09. Grayscale: #D7D7D7. Windows color (decimal): -7211530 or 16184721. OLE color: 16184721.

HSL color Cylindrical-coordinate representation of color #91F5F6: hue angle of 180.59º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91F5F6 is Cyan = 0.41, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 145 245 246 -
CMYK 0.41 0.00 0 0.04
HSL 180.59º 0.85% 0.77% -
HSV(B) 180.59º 0.41% 0.96% -
XYZ 60.96 77.98 99.03 -
YUV 215.21 145.37 77.92 -
System Red Green Blue C M Y K H S L
Decimal 145 245 246 0.41 0.00 0 0.04 180.59 0.85 0.77
Hex 91 F5 F6 29 0 0 4 B5 55 4D
Octal 221 365 366 51 0 0 4 265 125 115
Binary 10010001 11110101 11110110 101001 0 0 100 10110101 1010101 1001101

Color Harmonies of #91F5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91F5F6

Black with #91F5F6

Text Example


Text Example

White with #91F5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,245,246); }

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

background-color css

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

 a { background-color: rgb(145,245,246); }

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

border-color css

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

 span { border-color: rgb(145,245,246); }

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