Html Css Color HEX #71EDFF Electric Blue

📋 copy color: '#71EDFF'

red 113 ◦ green 237 ◦ blue 255

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

Shades of Electric Blue #71EDFF

Tints of Electric Blue #71EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.17%

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

R = 18.68%
G = 39.17%
B = 42.15%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#71EDFF (or 0x71EDFF) is known color: Electric Blue. HEX triplet: 71, ED and FF. RGB value is (113,237,255). Sum of RGB (Red+Green+Blue) = 113+237+255=605 (80% of max value = 765). Red value is 113 (44.53% from 255 or 18.68% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #71EDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EDFF is #8E1200. Grayscale: #C9C9C9. Windows color (decimal): -9310721 or 16772465. OLE color: 16772465.

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

Color convert

RGB 113 237 255 -
CMYK 0.56 0.07 0 0
HSL 187.61º 1% 0.72% -
HSV(B) 187.61º 0.56% 1% -
XYZ 55.14 71.3 105.46 -
YUV 201.98 157.92 64.54 -
System Red Green Blue C M Y K H S L
Decimal 113 237 255 0.56 0.07 0 0 187.61 1 0.72
Hex 71 ED FF 38 7 0 0 BC 64 48
Octal 161 355 377 70 7 0 0 274 144 110
Binary 1110001 11101101 11111111 111000 111 0 0 10111100 1100100 1001000

Color Harmonies of #71EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EDFF

Black with #71EDFF

Text Example


Text Example

White with #71EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,237,255); }

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

background-color css

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

 a { background-color: rgb(113,237,255); }

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

border-color css

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

 span { border-color: rgb(113,237,255); }

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