#82E4FF

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

Shades of Electric Blue #82E4FF

Tints of Electric Blue #82E4FF

Color information

#82E4FF (or 0x82E4FF) is unknown color: approx Electric Blue. HEX triplet: 82, E4 and FF. RGB value is (130,228,255). Sum of RGB (Red+Green+Blue) = 130+228+255=613 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.21% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #82E4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82E4FF is #7D1B00. Grayscale: #C9C9C9. Windows color (decimal): -8198913 or 16770178. OLE color: 16770178.

HSL color Cylindrical-coordinate representation of color #82E4FF: hue angle of 192.96º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82E4FF is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB130228255-
CMYK0.490.1100
HSL192.96º100%75.49%-
HSV(B)192.96º49.02%100%-
XYZ5567.45104.73-
YUV201.78158.0376.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.21%
GREEN value IS 228 (89.45% from 255) = 37.19%
BLUE value IS 255 (100% from 255) = 41.60%
R=21.21%
G=37.19%
B=41.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1302282550.490.1100192.9610075.49
Hex82E4FF31B00c1644b
Octal202344377611300301144113
Binary1000001011100100111111111100011011001100000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,228,255); }

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

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

 a { background-color: rgb(130,228,255); }

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

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

 span { border-color: rgb(130,228,255); }

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