#82EEFE

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

Shades of Electric Blue #82EEFE

Tints of Electric Blue #82EEFE

Color information

#82EEFE (or 0x82EEFE) is unknown color: approx Electric Blue. HEX triplet: 82, EE and FE. RGB value is (130,238,254). Sum of RGB (Red+Green+Blue) = 130+238+254=622 (82% of max value = 765). Red value is 130 (51.17% from 255 or 20.90% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #82EEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82EEFE is #7D1101. Grayscale: #CFCFCF. Windows color (decimal): -8196354 or 16707202. OLE color: 16707202.

HSL color Cylindrical-coordinate representation of color #82EEFE: hue angle of 187.74º 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 #82EEFE is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB130238254-
CMYK0.490.0600.00
HSL187.74º98.41%75.29%-
HSV(B)187.74º48.82%99.61%-
XYZ57.6773.05104.83-
YUV207.53154.2272.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 20.90%
GREEN value IS 238 (93.36% from 255) = 38.26%
BLUE value IS 254 (99.61% from 255) = 40.84%
R=20.90%
G=38.26%
B=40.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1302382540.490.0600.00187.7498.4175.29
Hex82EEFE31600bc624b
Octal20235637661600274142113
Binary100000101110111011111110110001110001011110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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