Html Css Color HEX #71E5FE Electric Blue

📋 copy color: '#71E5FE'

red 113 ◦ green 229 ◦ blue 254

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

Shades of Electric Blue #71E5FE

Tints of Electric Blue #71E5FE

RGB

 RED value IS 113 (44.53% from 255) = 18.96%

 GREEN value IS 229 (89.84% from 255) = 38.42%

 BLUE value IS 254 (99.61% from 255) = 42.62%

R = 18.96%
G = 38.42%
B = 42.62%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#71E5FE (or 0x71E5FE) is known color: Electric Blue. HEX triplet: 71, E5 and FE. RGB value is (113,229,254). Sum of RGB (Red+Green+Blue) = 113+229+254=596 (78% of max value = 765). Red value is 113 (44.53% from 255 or 18.96% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #71E5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71E5FE is #8E1A01. Grayscale: #C4C4C4. Windows color (decimal): -9312770 or 16704881. OLE color: 16704881.

HSL color Cylindrical-coordinate representation of color #71E5FE: hue angle of 190.64º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71E5FE is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 229 254 -
CMYK 0.56 0.10 0 0.00
HSL 190.64º 0.99% 0.72% -
HSV(B) 190.64º 0.56% 1% -
XYZ 52.72 66.71 103.86 -
YUV 197.17 160.07 67.97 -
System Red Green Blue C M Y K H S L
Decimal 113 229 254 0.56 0.10 0 0.00 190.64 0.99 0.72
Hex 71 E5 FE 38 A 0 0 BF 63 48
Octal 161 345 376 70 12 0 0 277 143 110
Binary 1110001 11100101 11111110 111000 1010 0 0 10111111 1100011 1001000

Color Harmonies of #71E5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E5FE

Black with #71E5FE

Text Example


Text Example

White with #71E5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71E5FE; }

 p { color: rgb(113,229,254); }

 H1.HeaderClassName
 {
   color: #71E5FE;
 }
 .AnyTagClassName
 {
   color: #71E5FE;
 }
</style>

background-color css

<style>
 a { background-color: #71E5FE; }

 a { background-color: rgb(113,229,254); }

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

border-color css

<style>
 span { border-color: #71E5FE; }

 span { border-color: rgb(113,229,254); }

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