#82EBFF

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

Shades of Electric Blue #82EBFF

Tints of Electric Blue #82EBFF

Color information

#82EBFF (or 0x82EBFF) is unknown color: approx Electric Blue. HEX triplet: 82, EB and FF. RGB value is (130,235,255). Sum of RGB (Red+Green+Blue) = 130+235+255=620 (82% of max value = 765). Red value is 130 (51.17% from 255 or 20.97% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #82EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82EBFF is #7D1400. Grayscale: #CDCDCD. Windows color (decimal): -8197121 or 16771970. OLE color: 16771970.

HSL color Cylindrical-coordinate representation of color #82EBFF: hue angle of 189.6º 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 #82EBFF is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB130235255-
CMYK0.490.0800
HSL189.6º100%75.49%-
HSV(B)189.6º49.02%100%-
XYZ56.9671.38105.38-
YUV205.88155.7173.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 20.97%
GREEN value IS 235 (92.19% from 255) = 37.90%
BLUE value IS 255 (100% from 255) = 41.13%
R=20.97%
G=37.90%
B=41.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1302352550.490.0800189.610075.49
Hex82EBFF31800be644b
Octal202353377611000276144113
Binary1000001011101011111111111100011000001011111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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