Html Css Color HEX #91EFFF Electric Blue

📋 copy color: '#91EFFF'

red 145 ◦ green 239 ◦ blue 255

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

Shades of Electric Blue #91EFFF

Tints of Electric Blue #91EFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.91%

R = 22.69%
G = 37.4%
B = 39.91%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#91EFFF (or 0x91EFFF) is known color: Electric Blue. HEX triplet: 91, EF and FF. RGB value is (145,239,255). Sum of RGB (Red+Green+Blue) = 145+239+255=639 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.69% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #91EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EFFF is #6E1000. Grayscale: #D4D4D4. Windows color (decimal): -7213057 or 16773009. OLE color: 16773009.

HSL color Cylindrical-coordinate representation of color #91EFFF: hue angle of 188.73º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91EFFF is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 145 239 255 -
CMYK 0.43 0.06 0 0
HSL 188.73º 1% 0.78% -
HSV(B) 188.73º 0.43% 1% -
XYZ 60.59 74.97 105.89 -
YUV 212.72 151.86 79.7 -
System Red Green Blue C M Y K H S L
Decimal 145 239 255 0.43 0.06 0 0 188.73 1 0.78
Hex 91 EF FF 2B 6 0 0 BD 64 4E
Octal 221 357 377 53 6 0 0 275 144 116
Binary 10010001 11101111 11111111 101011 110 0 0 10111101 1100100 1001110

Color Harmonies of #91EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91EFFF

Black with #91EFFF

Text Example


Text Example

White with #91EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,239,255); }

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

background-color css

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

 a { background-color: rgb(145,239,255); }

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

border-color css

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

 span { border-color: rgb(145,239,255); }

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