#82FBFF

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

Shades of Electric Blue #82FBFF

Tints of Electric Blue #82FBFF

Color information

#82FBFF (or 0x82FBFF) is unknown color: approx Electric Blue. HEX triplet: 82, FB and FF. RGB value is (130,251,255). Sum of RGB (Red+Green+Blue) = 130+251+255=636 (84% of max value = 765). Red value is 130 (51.17% from 255 or 20.44% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #82FBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FBFF is #7D0400. Grayscale: #D7D7D7. Windows color (decimal): -8193025 or 16776066. OLE color: 16776066.

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

Color convert

RGB130251255-
CMYK0.490.0200
HSL181.92º100%75.49%-
HSV(B)181.92º49.02%100%-
XYZ61.7580.96106.98-
YUV215.28150.4167.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 20.44%
GREEN value IS 251 (98.44% from 255) = 39.47%
BLUE value IS 255 (100% from 255) = 40.09%
R=20.44%
G=39.47%
B=40.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1302512550.490.0200181.9210075.49
Hex82FBFF31200b6644b
Octal20237337761200266144113
Binary10000010111110111111111111000110001011011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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