#82F9EE

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

Shades of Electric Blue #82F9EE

Tints of Electric Blue #82F9EE

Color information

#82F9EE (or 0x82F9EE) is unknown color: approx Electric Blue. HEX triplet: 82, F9 and EE. RGB value is (130,249,238). Sum of RGB (Red+Green+Blue) = 130+249+238=617 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.07% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 249 - color contains mainly: green. Hex color #82F9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F9EE is #7D0611. Grayscale: #D4D4D4. Windows color (decimal): -8193554 or 15661442. OLE color: 15661442.

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

Color convert

RGB130249238-
CMYK0.4800.040.02
HSL174.45º90.84%74.31%-
HSV(B)174.45º47.79%97.65%-
XYZ58.5178.6792.99-
YUV212.16142.5869.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.07%
GREEN value IS 249 (97.66% from 255) = 40.36%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=21.07%
G=40.36%
B=38.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302492380.4800.040.02174.4590.8474.31
Hex82F9EE30042ae5b4a
Octal20237135660042256133112
Binary1000001011111001111011101100000100101010111010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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