#71EAF9

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

Shades of Electric Blue #71EAF9

Tints of Electric Blue #71EAF9

Color information

#71EAF9 (or 0x71EAF9) is unknown color: approx Electric Blue. HEX triplet: 71, EA and F9. RGB value is (113,234,249). Sum of RGB (Red+Green+Blue) = 113+234+249=596 (78% of max value = 765). Red value is 113 (44.53% from 255 or 18.96% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #71EAF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EAF9 is #8E1506. Grayscale: #C7C7C7. Windows color (decimal): -9311495 or 16378481. OLE color: 16378481.

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

Color convert

RGB113234249-
CMYK0.550.0600.02
HSL186.62º91.89%70.98%-
HSV(B)186.62º54.62%97.65%-
XYZ53.3369.2100.17-
YUV199.53155.9166.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 18.96%
GREEN value IS 234 (91.80% from 255) = 39.26%
BLUE value IS 249 (97.66% from 255) = 41.78%
R=18.96%
G=39.26%
B=41.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132342490.550.0600.02186.6291.8970.98
Hex71EAF937602bb5c47
Octal16135237167602273134107
Binary111000111101010111110011101111100101011101110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,234,249); }

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

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

 a { background-color: rgb(113,234,249); }

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

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

 span { border-color: rgb(113,234,249); }

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