#82F8ED

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

Shades of Electric Blue #82F8ED

Tints of Electric Blue #82F8ED

Color information

#82F8ED (or 0x82F8ED) is unknown color: approx Electric Blue. HEX triplet: 82, F8 and ED. RGB value is (130,248,237). Sum of RGB (Red+Green+Blue) = 130+248+237=615 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.14% from 615); Green value is 248 (97.27% from 255 or 40.33% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 248 - color contains mainly: green. Hex color #82F8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F8ED is #7D0712. Grayscale: #D3D3D3. Windows color (decimal): -8193811 or 15595650. OLE color: 15595650.

HSL color Cylindrical-coordinate representation of color #82F8ED: hue angle of 174.41º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82F8ED is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB130248237-
CMYK0.4800.040.03
HSL174.41º89.39%74.12%-
HSV(B)174.41º47.58%97.25%-
XYZ58.067892.12-
YUV211.46142.4169.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.14%
GREEN value IS 248 (97.27% from 255) = 40.33%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=21.14%
G=40.33%
B=38.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1302482370.4800.040.03174.4189.3974.12
Hex82F8ED30043ae594a
Octal20237035560043256131112
Binary1000001011111000111011011100000100111010111010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,248,237); }

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

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

 a { background-color: rgb(130,248,237); }

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

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

 span { border-color: rgb(130,248,237); }

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