#82EAEF

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

Shades of Electric Blue #82EAEF

Tints of Electric Blue #82EAEF

Color information

#82EAEF (or 0x82EAEF) is unknown color: approx Electric Blue. HEX triplet: 82, EA and EF. RGB value is (130,234,239). Sum of RGB (Red+Green+Blue) = 130+234+239=603 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.56% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #82EAEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82EAEF is #7D1510. Grayscale: #CBCBCB. Windows color (decimal): -8197393 or 15723138. OLE color: 15723138.

HSL color Cylindrical-coordinate representation of color #82EAEF: hue angle of 182.75º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82EAEF is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB130234239-
CMYK0.460.0200.06
HSL182.75º77.3%72.35%-
HSV(B)182.75º45.61%93.73%-
XYZ54.2169.8292.28-
YUV203.47148.0475.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.56%
GREEN value IS 234 (91.80% from 255) = 38.81%
BLUE value IS 239 (93.75% from 255) = 39.64%
R=21.56%
G=38.81%
B=39.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1302342390.460.0200.06182.7577.372.35
Hex82EAEF2E206b74d48
Octal20235235756206267115110
Binary1000001011101010111011111011101001101011011110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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