#71EDFA

Color #71EDFA Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #71EDFA

Tints of Electric Blue #71EDFA

Color information

#71EDFA (or 0x71EDFA) is unknown color: approx Electric Blue. HEX triplet: 71, ED and FA. RGB value is (113,237,250). Sum of RGB (Red+Green+Blue) = 113+237+250=600 (79% of max value = 765). Red value is 113 (44.53% from 255 or 18.83% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #71EDFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EDFA is #8E1205. Grayscale: #C9C9C9. Windows color (decimal): -9310726 or 16444785. OLE color: 16444785.

HSL color Cylindrical-coordinate representation of color #71EDFA: hue angle of 185.69º 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 #71EDFA is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB113237250-
CMYK0.550.0500.02
HSL185.69º93.2%71.18%-
HSV(B)185.69º54.8%98.04%-
XYZ54.3570.98101.28-
YUV201.41155.4264.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 18.83%
GREEN value IS 237 (92.97% from 255) = 39.5%
BLUE value IS 250 (98.05% from 255) = 41.67%
R=18.83%
G=39.5%
B=41.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132372500.550.0500.02185.6993.271.18
Hex71EDFA37502ba5d47
Octal16135537267502272135107
Binary111000111101101111110101101111010101011101010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71EDFA;
 }
 .AnyTagClassName
 {
   color: #71EDFA;
 }
</style>
background-color css

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

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

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

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

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

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