#82E4FD

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

Shades of Electric Blue #82E4FD

Tints of Electric Blue #82E4FD

Color information

#82E4FD (or 0x82E4FD) is unknown color: approx Electric Blue. HEX triplet: 82, E4 and FD. RGB value is (130,228,253). Sum of RGB (Red+Green+Blue) = 130+228+253=611 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.28% from 611); Green value is 228 (89.45% from 255 or 37.32% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #82E4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82E4FD is #7D1B02. Grayscale: #C9C9C9. Windows color (decimal): -8198915 or 16639106. OLE color: 16639106.

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

Color convert

RGB130228253-
CMYK0.490.1000.01
HSL192.2º96.85%75.1%-
HSV(B)192.2º48.62%99.22%-
XYZ54.6867.32103.04-
YUV201.55157.0376.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.28%
GREEN value IS 228 (89.45% from 255) = 37.32%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=21.28%
G=37.32%
B=41.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1302282530.490.1000.01192.296.8575.1
Hex82E4FD31A01c0614b
Octal202344375611201300141113
Binary1000001011100100111111011100011010011100000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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