#82EDFB

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

Shades of Electric Blue #82EDFB

Tints of Electric Blue #82EDFB

Color information

#82EDFB (or 0x82EDFB) is unknown color: approx Electric Blue. HEX triplet: 82, ED and FB. RGB value is (130,237,251). Sum of RGB (Red+Green+Blue) = 130+237+251=618 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.04% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #82EDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82EDFB is #7D1204. Grayscale: #CECECE. Windows color (decimal): -8196613 or 16510338. OLE color: 16510338.

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

Color convert

RGB130237251-
CMYK0.480.0600.02
HSL186.94º93.8%74.71%-
HSV(B)186.94º48.21%98.43%-
XYZ56.972.28102.22-
YUV206.6153.0573.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.04%
GREEN value IS 237 (92.97% from 255) = 38.35%
BLUE value IS 251 (98.44% from 255) = 40.61%
R=21.04%
G=38.35%
B=40.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302372510.480.0600.02186.9493.874.71
Hex82EDFB30602bb5e4b
Octal20235537360602273136113
Binary1000001011101101111110111100001100101011101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,237,251); }

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

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

 a { background-color: rgb(130,237,251); }

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

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

 span { border-color: rgb(130,237,251); }

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