Html Css Color HEX #71E7FA Electric Blue

📋 copy color: '#71E7FA'

red 113 ◦ green 231 ◦ blue 250

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

Shades of Electric Blue #71E7FA

Tints of Electric Blue #71E7FA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.89%

 BLUE value IS 250 (98.05% from 255) = 42.09%

R = 19.02%
G = 38.89%
B = 42.09%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#71E7FA (or 0x71E7FA) is known color: Electric Blue. HEX triplet: 71, E7 and FA. RGB value is (113,231,250). Sum of RGB (Red+Green+Blue) = 113+231+250=594 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.02% from 594); Green value is 231 (90.62% from 255 or 38.89% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #71E7FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71E7FA is #8E1805. Grayscale: #C5C5C5. Windows color (decimal): -9312262 or 16443249. OLE color: 16443249.

HSL color Cylindrical-coordinate representation of color #71E7FA: hue angle of 188.32º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71E7FA is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 231 250 -
CMYK 0.55 0.08 0 0.02
HSL 188.32º 0.93% 0.71% -
HSV(B) 188.32º 0.55% 0.98% -
XYZ 52.64 67.56 100.71 -
YUV 197.88 157.41 67.46 -
System Red Green Blue C M Y K H S L
Decimal 113 231 250 0.55 0.08 0 0.02 188.32 0.93 0.71
Hex 71 E7 FA 37 8 0 2 BC 5D 47
Octal 161 347 372 67 10 0 2 274 135 107
Binary 1110001 11100111 11111010 110111 1000 0 10 10111100 1011101 1000111

Color Harmonies of #71E7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E7FA

Black with #71E7FA

Text Example


Text Example

White with #71E7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,231,250); }

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

background-color css

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

 a { background-color: rgb(113,231,250); }

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

border-color css

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

 span { border-color: rgb(113,231,250); }

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