#82EAF9

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

Shades of Electric Blue #82EAF9

Tints of Electric Blue #82EAF9

Color information

#82EAF9 (or 0x82EAF9) is unknown color: approx Electric Blue. HEX triplet: 82, EA and F9. RGB value is (130,234,249). Sum of RGB (Red+Green+Blue) = 130+234+249=613 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.21% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #82EAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82EAF9 is #7D1506. Grayscale: #CCCCCC. Windows color (decimal): -8197383 or 16378498. OLE color: 16378498.

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

Color convert

RGB130234249-
CMYK0.480.0600.02
HSL187.56º90.84%74.31%-
HSV(B)187.56º47.79%97.65%-
XYZ55.7370.43100.28-
YUV204.61153.0474.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.21%
GREEN value IS 234 (91.80% from 255) = 38.17%
BLUE value IS 249 (97.66% from 255) = 40.62%
R=21.21%
G=38.17%
B=40.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302342490.480.0600.02187.5690.8474.31
Hex82EAF930602bc5b4a
Octal20235237160602274133112
Binary1000001011101010111110011100001100101011110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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