#71EEEF

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

Shades of Electric Blue #71EEEF

Tints of Electric Blue #71EEEF

Color information

#71EEEF (or 0x71EEEF) is unknown color: approx Electric Blue. HEX triplet: 71, EE and EF. RGB value is (113,238,239). Sum of RGB (Red+Green+Blue) = 113+238+239=590 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.15% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #71EEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EEEF is #8E1110. Grayscale: #C8C8C8. Windows color (decimal): -9310481 or 15724145. OLE color: 15724145.

HSL color Cylindrical-coordinate representation of color #71EEEF: hue angle of 180.48º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EEEF is Cyan = 0.53, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB113238239-
CMYK0.530.0000.06
HSL180.48º79.75%69.02%-
HSV(B)180.48º52.72%93.73%-
XYZ52.9670.8992.55-
YUV200.74149.5965.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.15%
GREEN value IS 238 (93.36% from 255) = 40.34%
BLUE value IS 239 (93.75% from 255) = 40.51%
R=19.15%
G=40.34%
B=40.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1132382390.530.0000.06180.4879.7569.02
Hex71EEEF35006b45045
Octal16135635765006264120105
Binary11100011110111011101111110101001101011010010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,238,239); }

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

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

 a { background-color: rgb(113,238,239); }

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

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

 span { border-color: rgb(113,238,239); }

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