#82E4FC

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

Shades of Electric Blue #82E4FC

Tints of Electric Blue #82E4FC

Color information

#82E4FC (or 0x82E4FC) is unknown color: approx Electric Blue. HEX triplet: 82, E4 and FC. RGB value is (130,228,252). Sum of RGB (Red+Green+Blue) = 130+228+252=610 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.31% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #82E4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82E4FC is #7D1B03. Grayscale: #C9C9C9. Windows color (decimal): -8198916 or 16573570. OLE color: 16573570.

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

Color convert

RGB130228252-
CMYK0.480.1000.01
HSL191.8º95.31%74.9%-
HSV(B)191.8º48.41%98.82%-
XYZ54.5267.26102.2-
YUV201.43156.5377.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.31%
GREEN value IS 228 (89.45% from 255) = 37.38%
BLUE value IS 252 (98.83% from 255) = 41.31%
R=21.31%
G=37.38%
B=41.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1302282520.480.1000.01191.895.3174.9
Hex82E4FC30A01c05f4b
Octal202344374601201300137113
Binary1000001011100100111111001100001010011100000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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