Html Css Color HEX #71E8FD Electric Blue

📋 copy color: '#71E8FD'

red 113 ◦ green 232 ◦ blue 253

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

Shades of Electric Blue #71E8FD

Tints of Electric Blue #71E8FD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.8%

 BLUE value IS 253 (99.22% from 255) = 42.31%

R = 18.9%
G = 38.8%
B = 42.31%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#71E8FD (or 0x71E8FD) is known color: Electric Blue. HEX triplet: 71, E8 and FD. RGB value is (113,232,253). Sum of RGB (Red+Green+Blue) = 113+232+253=598 (79% of max value = 765). Red value is 113 (44.53% from 255 or 18.90% from 598); Green value is 232 (91.02% from 255 or 38.80% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #71E8FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71E8FD is #8E1702. Grayscale: #C6C6C6. Windows color (decimal): -9312003 or 16640113. OLE color: 16640113.

HSL color Cylindrical-coordinate representation of color #71E8FD: hue angle of 189º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71E8FD is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 232 253 -
CMYK 0.55 0.08 0 0.01
HSL 189º 0.97% 0.72% -
HSV(B) 189º 0.55% 0.99% -
XYZ 53.4 68.32 103.3 -
YUV 198.81 158.58 66.79 -
System Red Green Blue C M Y K H S L
Decimal 113 232 253 0.55 0.08 0 0.01 189 0.97 0.72
Hex 71 E8 FD 37 8 0 1 BD 61 48
Octal 161 350 375 67 10 0 1 275 141 110
Binary 1110001 11101000 11111101 110111 1000 0 1 10111101 1100001 1001000

Color Harmonies of #71E8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E8FD

Black with #71E8FD

Text Example


Text Example

White with #71E8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,232,253); }

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

background-color css

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

 a { background-color: rgb(113,232,253); }

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

border-color css

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

 span { border-color: rgb(113,232,253); }

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