#82e7fe

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

Shades of Electric Blue #82E7FE

Tints of Electric Blue #82E7FE

Color information

#82E7FE (or 0x82E7FE) is unknown color: approx Electric Blue. HEX triplet: 82, E7 and FE. RGB value is (130,231,254). Sum of RGB (Red+Green+Blue) = 130+231+254=615 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.14% from 615); Green value is 231 (90.62% from 255 or 37.56% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #82E7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82E7FE is #7D1801. Grayscale: #CBCBCB. Windows color (decimal): -8198146 or 16705410. OLE color: 16705410.

HSL color Cylindrical-coordinate representation of color #82E7FE: hue angle of 191.13º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82E7FE is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB130231254-
CMYK0.490.0900.00
HSL191.13º98.41%75.29%-
HSV(B)191.13º48.82%99.61%-
XYZ55.6769.05104.16-
YUV203.42156.5475.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.14%
GREEN value IS 231 (90.62% from 255) = 37.56%
BLUE value IS 254 (99.61% from 255) = 41.30%
R=21.14%
G=37.56%
B=41.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1302312540.490.0900.00191.1398.4175.29
Hex82E7FE31900bf624b
Octal202347376611100277142113
Binary1000001011100111111111101100011001001011111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82e7fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82e7fe; }

 p { color: rgb(130,231,254); }

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

<style>
 a { background-color: #82e7fe; }

 a { background-color: rgb(130,231,254); }

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

<style>
 span { border-color: #82e7fe; }

 span { border-color: rgb(130,231,254); }

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