#82FAFE

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

Shades of Electric Blue #82FAFE

Tints of Electric Blue #82FAFE

Color information

#82FAFE (or 0x82FAFE) is unknown color: approx Electric Blue. HEX triplet: 82, FA and FE. RGB value is (130,250,254). Sum of RGB (Red+Green+Blue) = 130+250+254=634 (83% of max value = 765). Red value is 130 (51.17% from 255 or 20.50% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #82FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FAFE is #7D0501. Grayscale: #D6D6D6. Windows color (decimal): -8193282 or 16710274. OLE color: 16710274.

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

Color convert

RGB130250254-
CMYK0.490.0200.00
HSL181.94º98.41%75.29%-
HSV(B)181.94º48.82%99.61%-
XYZ61.2880.27106.03-
YUV214.58150.2467.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 20.50%
GREEN value IS 250 (98.05% from 255) = 39.43%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=20.50%
G=39.43%
B=40.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1302502540.490.0200.00181.9498.4175.29
Hex82FAFE31200b6624b
Octal20237237661200266142113
Binary10000010111110101111111011000110001011011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,250,254); }

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

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

 a { background-color: rgb(130,250,254); }

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

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

 span { border-color: rgb(130,250,254); }

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